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
What is expression tag in jsp?
What is the purpose of
What is the difference between a scrollbar and a scrollpane in jsp?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
What are jsp lifecycle methods?
What do cookies mean?
What is difference between sendredirect and forward?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What is c tag in jsp?
How do I include static files within a jsp page?
When does a container initialize multiple jsp / servlet objects?
What is el?
What do you know about jsp expression language (jsp expression language – el)?
Which one is correct order of phases in jsp life cycle?
How can I handle jsp page errors?