> Hi to all,
>
[quoted text clipped - 6 lines]
>
> Thanks to all
Don't know how the browser invokes the JVM, but you can specify runtime
parameters, however.
Open the Java control panel (in Windows, Start > Control Panel > Java)
and select the 'Java' tab. Press 'View' button of the Applet Runtime
Settings, and add the required parameters in the 4th column (it's
editable).
You can use any of the parameters supported by the java executable
(<http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html>), like
-agentlib:YourBytecodeVerifier or -javaagent:SomePathToYourJAR.
Make sure, however that the parameter you supply are correct, otherwise
your browser will die when it tries to open the first applet. [It
happened to me when I had a typo in the parameters to debug an applet in
the browser.]
Regards,
Roland
Inieponied Guy - 11 Feb 2006 15:52 GMT
Thank you very much, now I can finally start the project
Alessio