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 |
how can we handle if server is hang? and how to handle out of memory in weblogic?
What is cluster in weblogic?
What Is Multicast And Unicast In Weblogic ?
What is the server?
What is the purpose of using multipools in web logic server?
When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic
What is Multicast?
Can we add JBoss server instance to weblogic cluster?
What are deployment descriptors?
How is the security handled in web logic j2ee connector architecture?
What are the enhancements in ejb 2.0 with respect to cmp?
Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?