How to check the PATH and CLASSPATH system variables are already set up?
In your project directory, create a text file called Check.bat with the following command in it. set Now, double click on Check.bat. This will list all the system variables including path and classpath. You can check if your path and classpath are on the list. If they are, you set up them correctly. Otherwise, you have to set up again.