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
What are the recommend parameters to improve the prformance from data-source point of view.
In how many ways we can implementg session replication?
Explain load blancing alogarthims in cluster??
What are crossdomainconnectors in reference to web logic servers?
What is meant by domain, adminserver, managedserver?
What are the functions of t3 in the web logic server?
What are the prerequisites of starting a server?
How does a server know when another server is unavailable ?
Do ejbs have to be homogeneously deployed across a cluster?
Explain about cluster heart beats?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
How are the notifications generated when a server is added to a cluster?
How do I prevent errors when running t3dbping? : BEA Weblogic
What is meant by domain?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic