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 pass arugments to server through machine?
What are the prerequisites of starting a server?
How should I use sorted queues? : BEA Weblogic
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
What is clustering and what is achieved through it?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
Do you know how are multi-byte characters used with weblogic jdriver?
How can the issue associated with high CPU usage be solved?
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
What is core server tuning?
Can you explain what are the ways in which the dns request of failed servers handled?
Explain how a web logic server works?
Difference between weblogic development and production mode?
What is the msi mode in weblogic? How can you enable and disable this option?