aspose file tools
The moose likes Applets and the fly likes applet loading prob Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "applet loading prob" Watch "applet loading prob" New topic
Author

applet loading prob

Malini
Greenhorn

Joined: May 24, 2007
Posts: 1
I wrote a Applet class PieChart and try to load in a html page Pie.html
<applet code="PieChart" width="200" height="250"></applet>
but i am always getting Exception while loading.. Please help me..
load: class PieChart not found.
java.lang.ClassNotFoundException: PieChart
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
Welcome to JavaRanch.

Is the PieChart.class file in the same directory as Pie.html?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: applet loading prob
 
Similar Threads
Applet not loading due to IOException
Problem loading applet from servlet - load: xxx.class not found
Loading java applet from a cab file failed
class not found error
Applet not getting initialized