All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bsh.util.commands.setClassPath.bsh Maven / Gradle / Ivy

The newest version!
/**
	Change the classpath to the specified array of directories and/or archives.
	

See "Class Path Management" for details. @method void setClassPath( URL [] ) */ bsh.help.setClassPath= "usage: setClassPath( URL [] )"; void setClassPath( urls ) { this.caller.namespace.getClassManager().setClassPath( urls ); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy