I'm trying to run my java class from a command prompt and keep on getting the error
Exception in thread "main" java.lang.NoClassDefFoundError: Test
My CLASSPATH system variable seem to be set correctly but I am still getting this error on all java programs (reqardless on whether I set the classpath when attempting to run the program).
The code itself is fine (I have simplified it down to outputting a string). Any things I should be checking???
Thanks.
Exception in thread "main" java.lang.NoClassDefFoundError: Test
My CLASSPATH system variable seem to be set correctly but I am still getting this error on all java programs (reqardless on whether I set the classpath when attempting to run the program).
The code itself is fine (I have simplified it down to outputting a string). Any things I should be checking???
Thanks.