Click to See Complete Forum and Search --> : JAVA 2 SDK Installation


yoavm
February 20th, 2000, 05:55 AM
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

February 28th, 2000, 10:54 PM
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