java.lang.NoClassDefFoundError:org/jfree/ui/ApplicationFrame

A discussion forum for the JCommon class library.
Locked
mahesh_burgu
Posts: 25
Joined: Mon Oct 08, 2007 7:16 am

java.lang.NoClassDefFoundError:org/jfree/ui/ApplicationFrame

Post by mahesh_burgu » Mon Oct 08, 2007 7:26 am

java.lang.NoClassDefFoundError: org/jfree/ui/ApplicationFrame


plz help me....i am getting this error......JCommon and JFreeChart are set in the class path....but even then i am getting this error at only at runtime ,its compiling fine.....no issues while compliling.....Help required
thanks
mahesh

papiasato
Posts: 4
Joined: Mon Dec 10, 2007 8:35 am

Post by papiasato » Mon Dec 10, 2007 8:37 am

you need to add all .jars to your classpath.

itext-2.0.2.jar
jcommon-1.0.10.jar
jfreechart-1.0.6.jar
jfreechart-1.0.6-applet-demo.jar
jfreechart-1.0.6-experimental.jar

Locked