hello!I install tomcat server and set CLASSPATH variable servlet-api
and my servlets running properly but when i compile and run my old program program of java 2 SE
then it compile successfully but not run it prints an error message
G:\Java>javac BinarySearchDemo.java
G:\Java>java BinarySearchDemo
Error: Could not find or load main class BinarySearchDemo
G:\Java>pause
Press any key to continue . . .
what is problem??????