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 the
What are the implicit, internal el jsp objects and their differences from jsp objects?
What is client side technology?
Which is mandatory in tag in jsp?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
mention the three important tags used in the development of jsp bean.
How can I enable session tracking for jsp pages if the browser has disabled cookies?
What is the
Is jsp used?
How to retrieve warnings?
what is the extended star schema
Which jsp methods can be overridden?
Explain how you understand the action tag and jsp action elements.
What are the different types of jsp tags?
Give a sample jsp configuration in the deployment descriptor.