C
cccc
Is possible set the classpath in java code?
Examle:
String var=System.getProperty("classpath");
var+=";C:\\Programmi\\OpenOffice.org1.1.0\\program\\classes\\classes.jar";
System.setProperty("java.library.path",var);
Thanks,
CC
Examle:
String var=System.getProperty("classpath");
var+=";C:\\Programmi\\OpenOffice.org1.1.0\\program\\classes\\classes.jar";
System.setProperty("java.library.path",var);
Thanks,
CC