java -verbose doesn't show "loaded from" for classes loaded from custom jars in the classpath

U

Udo Corban

I start my application with:
java -verbose:class -cp jgantt.jar de.netronic.jgantt.JGanttTester

I get messages when system jars are opened and classes are loaded from them,
like:
[Opened C:\Programme\Java\j2re1.4.2_02\lib\rt.jar]
[Opened C:\Programme\Java\j2re1.4.2_02\lib\sunrsasign.jar]
[Opened C:\Programme\Java\j2re1.4.2_02\lib\jsse.jar]
[Opened C:\Programme\Java\j2re1.4.2_02\lib\jce.jar]
[Opened C:\Programme\Java\j2re1.4.2_02\lib\charsets.jar]
[Loaded java.lang.Object from C:\Programme\Java\j2re1.4.2_02\lib\rt.jar]

but I don't get a message that jgantt.jar from the class path is opened, nor
do the messages about loading a class from this jar file contain any
information about from where this class is loaded:

[Loaded de.netronic.jgantt.JGanttTestFrame]

Java version is: <build 1.4.2_02-b03>

Is there any reason for this behaviour, and can I change it?

Udo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,829
Latest member
PIXThurman

Latest Threads

Top