applet problem 2

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
hello

applet problem 2

Post by hello » Tue Jan 15, 2002 4:44 am

Hi. I tried using an applet for the charts. The class compiled properly but in the browser , Im having a ClassnotfoundException:javax.swing.Jcomponent.

Can anybody help me?

David Gilbert

RE: applet problem 2

Post by David Gilbert » Tue Jan 15, 2002 9:12 am

If your browser doesn't support Java 2 then you will need Sun's Java plug-in to get JFreeChart to work in an applet. This is because JFreeChart only works on JDK1.2.2 or higher and some browsers only support JDK1.1.

Regards,

DG.

Locked