Icedtea-web: Enable debug+logging from applet <object> params?

helpcrypto helpcrypto helpcrypto at gmail.com
Wed May 7 10:36:22 UTC 2014


Hi.


According to [1] it could be possible to enable trace and logging for the
jvm using *defines* "-D".
Also, [2] states that any "safe" argument could be provided using
"java_arguments".


With both resources in mind and using ORACLE JRE, have tried to enable
logging by default, to being able to get a full debug log for users which
havent enabled -manually- debugging on their control panel. Tried things
like:


<param name="java_arguments" value="-verbose:gc" />
or
<param name="java_arguments" value="-Ddeployment.trace.level=all" /> \
or
<param name="java_arguments" value="-Djavaplugin.trace=true
-Djavaplugin.logging=true" />
or
<param name="java_arguments" value="-Djavaplugin.trace.option=liveconnect"
/>

But none seems to work.

Do Icedtea supports something similar? Is this possible? Should I fill a
bug, cause its an interesting/unimplemented feature on Icedtea?

To sum-up: I'll love to get a debug log, no matter if users have enabled
tracing/debug on their Java Control Panel.


Thanks a lot!


[1]
http://docs.oracle.com/javase/6/docs/technotes/guides/deployment/deployment-guide/tracing_logging.html
[2]
http://docs.oracle.com/javase/6/docs/technotes/guides/jweb/applet/applet_deployment.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140507/7c9d484a/attachment.html>


More information about the distro-pkg-dev mailing list