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 will happen if a managed server will go down at the time of performing the request
How many admin consoles possible in a single domain?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
Tell me how is the security handled in web logic j2ee connector architecture?
What is the nm?
How is the logging implementation specified in web logic?
What is a domain in weblogic?
How do stubs work in a weblogic server cluster? : BEA Weblogic
Tell me what can happen when stub can't to connect to web-logic server instances?
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
How do I prevent errors when running t3dbping? : BEA Weblogic
If you get Null point exception at the time of ear deployment from console what will be you next steps to resolve the problem.