[Bug 3621] Can't run java applet on alpine
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Aug 31 14:15:18 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3621
--- Comment #8 from Alex <alex.hha at gmail.com> ---
Sorry for the late response, a lot of work.
$ strings /usr/lib/jvm/java-1.8-openjdk/lib/IcedTeaPlugin.so | grep '\.jar'
-Xbootclasspath/a:/usr/share/icedtea-web/netx.jar:/usr/share/icedtea-web/plugin.jar
Your custom jre (/lib/rt.jar check) %s is not valid. Please fix %s in your %s.
In attempt to run using default one.
/usr/lib/jvm/java-1.8-openjdk/jre/lib/rt.jar
So it seems the paths are correct, I just need to install icedtea-web
At least after that on the test page I see the following message
Verifying Java Version
A newer version of Java is available
Please click the download button to get the recommended Java for your computer.
Your Java version: Version 8 Update 171
But unfortunately the web client still doesn't work. Maybe you can point me in
the right direction. I can login, but when I try to create a document I get the
following error in the console
com.cs.crypto.applet.client.CSApplet Exception:
java.security.AccessControlException: access denied
("java.util.PropertyPermission" "java.io.tmpdir" "read")
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at
java.security.AccessController.checkPermission(AccessController.java:884)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at
net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:292)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180831/2b5816ce/attachment.html>
More information about the distro-pkg-dev
mailing list