Error on server log
I saw this in my server log and not sure how to correct it
"2007-07-25 16:04:16,755 INFO [STDOUT](Stop Thread) java.lang.NoClassDefFoundError: x1"
I saw this in my server log and not sure how to correct it
"2007-07-25 16:04:16,755 INFO [STDOUT](Stop Thread) java.lang.NoClassDefFoundError: x1"
> what file do I look into to make sure "x1" class is
> in the classpath?
Nothing to do with any file, classpath is the environment variable where your program getting executed. Just make sure you have x1.class in the path.
Or to be more simple way go to the directory where you have x1.class and say javac x1.class