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
Moorthi-
From: lena <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, March 28, 2000 5:19 AM

What will i do after setting CLASSPATH. Can i run my servlets on JavaWebServer? Will i set JavaWebServer?
                                            Lena
-----­ì©l¶l¥ó-----
±H¥óªÌ: Sanjay Lalwani <[EMAIL PROTECTED]>
¦¬¥óªÌ: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
¤é´Á: 2000¦~3¤ë27¤é PM 08:07

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.

Reply via email to