Hi,
I am using JApplet to run my program which works well as a stand alone
application using frames.But with JApplets it gives the following error:
java.lang.NoClassDefFoundError: org/jCharts/properties/ChartTypeProperties
at JCTest27.init(JCTest27.java:36)
at sun.applet.AppletPanel.run(AppletPanel.java:347)
at java.lang.Thread.run(Thread.java:536)
Process Exit...
What could be the cause ?Please help me.
|