Results 1 to 3 of 3
Thread: Applet NullPointerException
- 01-06-2011, 01:09 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
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?
- 01-10-2011, 07:02 PM #2
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
I more or less solved the problem. I am not sure if it was a bug in the java runtime or another sort of problem. However a update of the jre solved the problem.
Now I have another problem. There are NoClassDefFound Errors although i added the .jar files in the Applet Tag correctly.
The applet works on the XP-Apache2-Server.
I dont know what to do.
Thanks
- 01-13-2011, 09:05 AM #3
Member
- Join Date
- Apr 2009
- Location
- Pretoria, Gauteng, South Africa
- Posts
- 43
- Rep Power
- 0
Similar Threads
-
Need HELP with java applet--- throws NullPointerException
By mjunit in forum Java AppletsReplies: 1Last Post: 11-25-2009, 06:48 AM -
Pass parameter from one applet to another applet in different webpages...
By anubhavranjan in forum Java AppletsReplies: 2Last Post: 09-29-2009, 03:33 PM -
Calling another applet on click of button in one applet
By niteshwar.bhardwaj in forum Java 2DReplies: 1Last Post: 02-19-2009, 12:54 PM -
ERROR: nullPointerException in applet
By barney in forum Java AppletsReplies: 1Last Post: 08-07-2007, 07:11 AM -
Applet, To center text and To open I engage in a dialog in an Applet
By Marcus in forum Java AppletsReplies: 4Last Post: 06-08-2007, 06:15 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks