The Artima Developer Community
Sponsored Link

Java Answers Forum
Applet Not inited, Error

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
bajio

Posts: 1
Nickname: bajio
Registered: May, 2005

Applet Not inited, Error Posted: May 5, 2005 11:55 PM
Reply to this message Reply
Advertisement
Hi to all,

I am very much new to this Java. I have an applet which is build with some older version of java sdk, I dont know the exact version on which it is been compiled, it is been compiled in 2003. Now I have modified the source of the applet & I am compiling it through java 1.4.

now, the first probhels is I am getting some -deprecation warnings. I have studied that, this is not an issue of concern.
then I have made a jar file, & I have put the same in a sample html page.
if I run the applet through AppetViewer it is working well, but if I browse the same in my Internet explorer, I am getting one error that "Appet MyApplet notinited". & if i open the Java console, i am getting the class not found errors...

load: class GetClientData.class not found.
java.lang.ClassNotFoundException: GetClientData.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source), .........etc

I am using the java run time 1.5

Can anybody resolve the issue for me.

thanks in advance.
Baji.

Topic: A JButton with Double Listener Previous Topic   Next Topic Topic: JSwat VM does not work

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use