Thomas SMETS
Posts: 307
Nickname: tsmets
Registered: Apr, 2002
|
|
Re: Retrieve the list of loaded/used classes in a java applet
|
Posted: May 22, 2002 3:28 PM
|
|
Philipp, Have you tried to pass argument to the Appletviewer ? On my Win2K machine there is nothing one can do (apparently), but ... ?
Also you Applet could w/o any problem extend the java.applet.Applet but not use the AppletViewer. You would then be able to use the java options (see below).
Rgds,
Thomas SMETS, SCJP2- Brussels
Finally a little remark. This should help : http://www.artima.com/forums/howtopost.html
================
Administrator@CALVIN ~ $ java Usage: java [-options] class [args...] (to execute a class) or java -jar [-options] jarfile [args...] (to execute a jar file)
where options include: -cp -classpath <directories and zip/jar files separated by ;> set search path for application classes and resources -D<name>=<value> set a system property [b]-verbose[/b][:[b]class[/b]|gc|jni] enable verbose output -version print product version and exit -showversion print product version and continue -? -help print this help message -X print help on non-standard options
|
|