Jump to content
  • 0

[HELP]Java NullPointer


Question

3 answers to this question

Recommended Posts

  • 0
Posted

Also known as NPE, something you're gonna meet many times.

Anyway, focus on what Cobra gave:

 


    When running an applet in a browser using the Sun JRE, a NullPointerException is thrown from a thread when Applet.start() or Applet.stop() is called. The same applet runs under the Microsoft VM.

    In the Microsoft VM, an applet may be visible immediately after Applet.init() is called but before Applet.start(). Similarly, an applet may still be visible after Applet.stop() but before Applet.destroy().

    The Sun JRE implementation is slightly different in terms of applet visibility related to the lifecycle methods, so any applet that relies on the Microsoft VM event sequences may break.

  • 0
Posted

java is a pointer... any application on it display a point.

 

when this error came? wen you just start the console or after?

 

 

 

after start , last time i restart server before 10 hours and now send me this

 

so this is critical problem ? what can do this on the  server?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...