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 http tunneling? How can we configure it on weblogic?
What is a domain template?
How do you troubleshoot a crash?
How to write a program of web logic server to get the connection pool attribute?
What are the toolbar elements.
What are the advantages of cluster?
How to migrate the weblogic domains Existing physical box to New box ? Assume:I have 2 Domains and 5 ms servers and i have deploy the application in managed servers in cluster Envirolment how to migrated? any budy give me steps ?
Inclined to build a profession as oracle weblogic developer?
What is the format of a log message in a web logic server?
If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed
What is config.xml.booted file.
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic