From: David H. <Dav...@na...> - 2004-03-25 14:10:04
|
Sounds like you tried to run the program where the IPieChartDataSet program is. Go to the parent directory of org/jCharts/chartData/interfaces/IPieChartDataSet and enter java org.jCharts.chartData.interfaces.IPieChartDataSet or remove the package statement in the program and run the program the way you did the first time. Make sure the classpath variable also contains the current directory (.). David >i just looked in the jar and that Class is there. Sounds like your >classpath is not correct. > > >--- Junichi Katagiri <ju...@al...> wrote: >> Hi, everyone. >> >> I installed JChart(0.7.5) for the first time, today. >> And tried to compile and execute SwingDemo example. >> I succeeded in compile, but I executed it, >> Exception was happened. >> >> Exception in thread "main" java.lang.NoClassDefFoundError: > > org/jCharts/chartData/interfaces/IPieChartDataSet >> >> I set classpath to jCharts-0.7.5.jar. >> >> How do I execute the example? >> >> Can anyone help me. > > Thanks, -- |