Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

notinited error in browser but works in appletviewer

  Asked By: Thelma    Date: Aug 18    Category: Java    Views: 875
  

I'm going insane... I have the latest greatest JVM but my swing
applet will not run on IE or Netscape. I checked the java thingy in
control panel to make sure both were using it.

I have been able to open Sun's little sample swing applets just fine
but mine are not working. I'm only using a little JApplet extending
Runnable and ActionListener. The darn applets wont work in my schools
lab computers either and they have JAVA 1.4 too.

The only thing my IE says is applet notinited ... Netscape brings up
error saying java.security.AccessControlException

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Bach-yen Nguyen     Answered On: Aug 18

applet notinited is IE's 'can't cope message' - you need to look at the java
console to see what the actual error  is - should be the sun java  console if you
have installed suns jre. also check that sun's applet  call (in the html) doesn't
include any other jars that you haven't in your applet call.

 
Didn't find what you were looking for? Find more on notinited error in browser but works in appletviewer Or get search suggestion and latest updates.




Tagged: