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 are the different types of directives available in jsp?
Explain the uses of jsp?
Explain the jsp:setProperty action.
Can an interface be implemented in the jsp file?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What are the types of directives in jsp?
What is the <jsp:usebean> standard action?
Why jsp and servlets are used?
What is the use of implicit object named "application" in Application?
Where do I create jsp in eclipse?
What is session scope?
How does a jsp engine work?