Do you set the envirorment variables(Java_home), if it is ,check the path is correct or not.
Delete the ClassPath from environment variables, and set class path in command prompt by typing class PATH=%PATH%;path to java(eg:class PATH=%PATH%;C:\Programfiles\jdk1.6\bin) .
×