Hi. Does anyone have a clue why OpenJDK 6 / 7 (Ubuntu Linux here) cant open many Applets?
Is it the icedTea plugin not wanting to open applets?
Or do I have to sign an applet to run it or have to have a manifest included.
The classloader does not load my main class…
Small Example applet:
http://www.rtsmaker.com/bloomparticle.html
The standard Java from Oracle has no problems…
thisismyusername@ubuntu:~$ firefox
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.3) (6b24-1.11.3-1ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet.
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:735)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:676)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:886)
Caused by: java.lang.ClassNotFoundException: BloomParticles
at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1401)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:725)
... 2 more
Caused by:
java.lang.ClassNotFoundException: BloomParticles
at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1401)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:725)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:676)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:886)
java.lang.NullPointerException
at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:154)
at sun.applet.AppletPanel.run(AppletPanel.java:380)
at java.lang.Thread.run(Thread.java:679)
java.lang.NullPointerException
at sun.applet.AppletPanel.run(AppletPanel.java:430)
at java.lang.Thread.run(Thread.java:679)