Re: Re: NoClassDefFoundError when call from native side

Eliot Moss <[email protected]> Sat, 03 May 2014 10:17:39 -0400
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
Oh, you can trace loading and name resolution with:

-XX:+TraceClassLoading

and

-XX:+TraceClassResolution

These will produce a lot of output.  One thing it does not do
is indicate which directories and jar files were searched when
a class was not found, but the Resolution output will show why
a class was demanded, and the Loading output will indicate where
successfully loaded classes came from.

Regards -- EM
message-footer.txt (text/plain, 238 B)
-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws