how to set class path in java
Answer / balagangadhar
Go to jdk installation directory and enter into lib folder,
copy the path in the address bar for example: c:/jdk1.5/lib.
On desktop right click my computer icon-> properties ->
click on Advanced tab -> click on Environmental variables ->
click new -> and give variable name as classpath (either
small or caps) and give variable value as c:/jdk1.5/lib; and
click ok
and open command prompt give javac then some lines will be
displayed in command prompt. This is permanent setting of
classpath. For path setting give variable name as path
(either small or caps) and give variable value as
c:/jdk1.5/bin; and click ok
| Is This Answer Correct ? | 6 Yes | 1 No |
What is full api?
How to send data from jsp to jsp?
what is jsp? a technology ,a language or something else ?
What is the requirement of a tag library?
How are Servlets and JSP Pages related?
What is meant by jsp?
What is jsessionid?
What are the advantages of jstl?
Explain the jsp:setProperty action.
What is tag file in jsp?
How can you make the finally clause not to fail to execute?
Are application, pageContext and object of ServletContext same or not?