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
When we will take thread dump? Please give us some examples?
What is bootup process?
What causes an ociw32.dll error? : BEA Weblogic
What can be the reasons for server hang?
What is application tuning?
What are logics in reference to web logic servers?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
Can struck threads be killed manually?
Arrange in order the various message severity levels?
What is the msi mode in weblogic? How can you enable and disable this option?
What are deployment descriptors?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
What is web.xml ?
What does isidentical() method return in case of different type of beans?
What is non-stage deployment?