Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The system property "java.system.class.loader"? Classloader location?

843829Nov 21 2005 — edited Nov 21 2005
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2005
Added on Nov 21 2005
4 comments
495 views