Determine what are the classes actually used in a Java Applet or application
Tag(s):
Environment
In Netscape
Open the Java console
Press "9" to set the Debug level
Execute your applet.
Check the console and take note of the loaded classes.
In application
java -verbose:class MyApp
NOTE: This can be useful if you want to trim a JAR to include only classes actually used.
If you find this article useful, consider making a small donation
to show your support for this Web site and its content.
Written and compiled by Réal Gagnon ©1998-2012
[
home
]