Moving applet from Oracle jre: first tries
helpcrypto helpcrypto
helpcrypto at gmail.com
Wed Sep 26 07:50:08 PDT 2012
Hi all
If this is not the correct place to ask, please tell me.
We have developed an applet actually running on OSX and Windows (even
on Linux using Oracle JRE), but doesnt run properly on
icedtea-plugin/openjdk-7.
I have enabled logging this way:
ICEDTEAPLUGIN_DEBUG=true firefox 2>&1 | tee plugin.log
Is that correct?
The output log is spplited in plugin.log, java.stdout and java.stderr.
Is there any way to get a full trace on a file where i can see the
complete sequence?
Looking in more detail i have an NullPointerException cause
System.getProperty("deployment.user.security.trusted.cacerts"); is not
working.
Which property should i use to get JRE keystore? Should i file a bug for that?
More information about the distro-pkg-dev
mailing list