Title: RE:
-----Original Message----
Hello All...
Why there's so many mails about classpath!!!!
Hope this will make you clear.
In win-NT there won't be any classpath variable in User
defined variable list if at all it was not set previously. So type CLASSPATH
at Variable text field, and type the classpath value in teh the value
Textfield. For example: For java the value is : c:\JDK1.2.2\lib; Open a new
command prompt after setting the classpath to take effect of that
path.
As sunder said,
CLASSPATH is a environment variable where the java
run time system(JRE) look for java classes.These classes are looked in order
in which you set the class path.
regards
What will i do after setting CLASSPATH.
Can i run my servlets on JavaWebServer? Will i set
JavaWebServer?
Lena
set your java.exe folder path this way
..example D:\jdk1.2.1\bin;also any other packages you are using must
appear similarly. if it is a jar file after its full path added add its
name too.
|