what are the benefits of classpath?
Answers were Sorted based on User's Feedback
Answer / mohit
There are two important environment variables for execution of any command:
1. PATH: this thould have list of all the paths where your executable files are present and you wish to execute them directly (w/o giving complete path).
2. CLASSPATH: this should have list of all the paths where the dependent classes, etc are present which can be used by your executable file.
Hence by defining CLASSPATH you let your executabe file to find its dependencies in paths mentioned in CLASSPATH.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / aravind
When you want to compile a Any java program
Java Compiler (JVM) looks for the class path, when it
identifies the class path JVM invokes java API's, related
classes and other library files required to compile java
program.
| Is This Answer Correct ? | 3 Yes | 1 No |
what is command for find out the ip add and port no. of the machine in UNIX?
How do I provide user credentials for starting a server?
What is a domain structure? Does include cluster(s) and server instance(s)?
Can you explain what are the ways in which the dns request of failed servers handled?
In Future how the role of WEBLOGIC in realtime ?
What is the sla in prd,qa,dev.?
What is weblogic?
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
Do you know what are the steps required to modify config.xml file of web logic server?
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
How to change from development mode to production mode in weblogic 10.3?
What is Graphic mode?