home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
multimedia
/
ppsee
/
PPSeeSetup.exe
/
lib
/
bsh-commands-2.0b4.jar
/
bsh
/
commands
/
setClassPath.bsh
< prev
next >
Wrap
Text File
|
2005-05-23
|
321b
|
15 lines
/**
Change the classpath to the specified array of directories and/or archives.
<p>
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 );
}