resolution for package does not exist.,
September 29, 2009 at 10:43 PM
While compiling the servlet program , if you have got any errors like package does not exists. The resolution of the above problem is to set the class path to the current directory.
ex : If you are using the weblogic server, please set the class path to the files "weblogic.jar" .
c:\> set CLASSPATH=C:\bea\weblogic81\server\lib\weblogic.jar;.;