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