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 |
Explain about the Scriplet and Exclamatory Tag?
What do you mean by custom tag in jsp?
Give an example where you need jsp custom tag?
What do you mean by jsp?
What are the jsp tags?
Can an interface be implemented in the jsp file?
Give a sample jsp configuration in the deployment descriptor.
What is the difference between a scrollbar and a scrollpane in jsp?
How can we extend jsp technology?
How many messaging models do jms provide for and what are they?
Where we use assertion in java programming?
What are the events in jsp page?