The system property "java.system.class.loader"? Classloader location?
843829Nov 21 2005 — edited Nov 21 2005Hello,
If the system property "java.system.class.loader" is defined where the class that is defined with that property should be put?
I tried with to put both class file and jar file at jre\lib and other folders with no success.
When trying:
java -Djava.system.class.loader=com.frd.classloader -jar test.jar
I always get: java.lang.NoClassDefFoundError
10x in advance