Hello I am trying to solve a problem with java applet authentication on Ubuntu AMD64 in Firefox 3.0 32bit with Java 1.6 32bit.
This distro doesn't come with JSS package (it took a lot of googling to actually understand this issue), so I had to install files by hand. I can see that installation was ok as command runs fine: LD_LIBRARY_PATH=/usr/local/firefox32-3/ CLASSPATH=/usr/local/ firefox32-3/jss4.jar java org.mozilla.jss.tests.SSLClientAuth . passwords However when I try to run a test java applet over SSL connection, I get ClassNotFound exception: https://www.java.com/en/download/help/testvm.xml This is log from console: security: Loading certificates from Deployment session certificate store security: Loaded certificates from Deployment session certificate store security: Checking if certificate is in Deployment denied certificate store network: Cache entry not found [url: https://www.java.com/applet/testvmDynamicJavaComPopUp819/class.class, version: null] network: Connecting https://www.java.com/applet/testvmDynamicJavaComPopUp819/class.class with proxy=DIRECT security: Loading certificates from Deployment session certificate store security: Loaded certificates from Deployment session certificate store security: Checking if certificate is in Deployment denied certificate store load: class testvmDynamicJavaComPopUp819.class not found. java.lang.ClassNotFoundException: testvmDynamicJavaComPopUp819.class at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:194) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:127) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:640) at sun.applet.AppletPanel.createApplet(AppletPanel.java:786) at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2108) at sun.applet.AppletPanel.runLoader(AppletPanel.java:715) at sun.applet.AppletPanel.run(AppletPanel.java:369) at java.lang.Thread.run(Thread.java:619) Any help will be much appreciated Best Regards, Marcin _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto