Answer Posted / 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 |
Post New Answer View All Answers
How to troubleshoot and overcome such issues?
Define the list of pre-configured queues?
What oracle weblogic server includes?
What is Weblogic ? (Weblogic Interview Questions)
What is weblogic application server?
How do I call a servlet with parameters in the url? : BEA Weblogic
Explain the concepts and capabilities of ANT ?
When should I use the -nostage option?
What is the difference between jndi lookup(), list(), listbindings(), and search()?
What are class paths?
How do you set the classpath ?
How do I start wls and configure jms? : BEA Weblogic
In a web logic server what is the domain?
What is the sla in prd,qa,dev.?
When should I use multicast subscribers? : BEA Weblogic