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
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
Can you use javascript in jsp?
Which tags are used for bean development?
What is the use of implicit object named "application" in Application?
How does a jsp engine work?
How to forward a request to another source?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
What is difference between sendredirect and requestdispatcher?
How to make a “new line in html” in jsp?
What is JTGrid?
How many jsp scripting elements are there and what are they?
Perform a browser redirection from a jsp page?
What is difference between java and jsp?
How to call java method in jsp page on button click?
What are the two ways to include the result of another page?