A
Aryeh M. Friedman
Is it possible for a java app to change it's classpath at runtime. I
tried:
System.setProperty("java.class.path","foo")
The reason for wanting to try is URLClassLoader will not physically
reread a class file if it is in the classpath. See
http://groups.google.com/group/comp...146df18365a/ceaa154348f6f271#ceaa154348f6f271
tried:
System.setProperty("java.class.path","foo")
The reason for wanting to try is URLClassLoader will not physically
reread a class file if it is in the classpath. See
http://groups.google.com/group/comp...146df18365a/ceaa154348f6f271#ceaa154348f6f271