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 meant by session replication?
What is meant by thread dump and how can we take?
Can two jms servers share the same persistent store? : BEA Weblogic
Can I set the deployment order for application modules? For standalone modules?
Difference between multicast and unicast?
What are data-sources and what features do they offer?
Explain what are the transaction isolation levels supported by weblogic jdriver?
Weblogic admin don't know the admin credentials of weblogic 8.1 UI..how can he get the credentials?
Can someone please tell me the basic differences between weblogic 8,9 and 10 versions
What is config.xml?
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
How do stubs work in a weblogic server cluster? : BEA Weblogic