Applet NullPointerException
hi,
i would like to start an applet on my web server(Debian,apache2) with html.
The following error occurs:
java.lang.NullPointerException
at sun.plugin2.applet.Plugin2Manager.findAppletJDKLev el(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unk nown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionR unnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Ausnahme: java.lang.NullPointerException
Strangely the same applet works on a windows pc with apache2. There is no difference.
Can it be the code?
Or is it something with permissions?