Answer Posted / 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 |
Post New Answer View All Answers
Why is used in jsp?
How to include static files in a jsp?
What are custom tags in jsp?
How can I prevent direct access to a jsp page from a browser?
How do I perform browser redirection from a jsp page?
What is session tracking in jsp?
What are different implicit objects of jsp?
how can i add properties in dynamic text fields using .js file?
What is jsp servlet?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
What is application scope in jsp?
what are the tools used in your project , How to ask the answer this question
What is the default value of session attribute in jsp?
Why do we need servlets and jsp?