I am pretty new to Java and I just install the JDK1.4.2 03
I am getting an error when I run the class file TestChart.class with the
java.exe:
Exception in thread "main" java.lang.NoCla ssDefFoundError :
I have several class files in the directory d:\personal\jav a-ChartGen
Chart.class
ChartColourSche me.class
ChartPanel.clas s
ColorPanel.clas s
TestChart.class
TestIt.class
All these files are for the program.
Can some one help me why is this happening?? Is there something I can do
that I am missing???
I tried using the -CLASSPATH to direct it to the same directory but still
with the same error.
Please help me. Thank you
Comment