hi there
i had install the JAVA 2 SDK.
(i work under nt4 vj++6)
i tried to "import java.lang.Package" (a new class )
the compiler does not seems to know about this class.
so i think something is wrong i my installation.
what should i do.
thanks
Printable View
hi there
i had install the JAVA 2 SDK.
(i work under nt4 vj++6)
i tried to "import java.lang.Package" (a new class )
the compiler does not seems to know about this class.
so i think something is wrong i my installation.
what should i do.
thanks
you set the path and classpath variables like this at dos prompt
set path=c:\jdk1.*.*\bin;
set classpath=c:\javawebserver*\lib\servlet.jar(jws.jar)
in the place of * you give the appropriate version
you see the lib dir and give the either of the files mentioned above in the classpath