Posted By:
datta_singbal
Posted On:
Wednesday, October 30, 2002 04:45 AM
The sample program is compiled with command
javac PoolEditorTest.java
However, when I try to run the program using the command
java PoolEditorTest
I get the error message "Exception in thread 'main'
java.lang.NoClassDefFoundError"
How do I fix this error ?