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 deploying a resource adapter (.rar) to weblogic server, are its classes placed in the weblogic classpath? : BEA Weblogic
In what ways can a web logic servers performance be improved upon?
What is non-stage deployment?
Explain what are the steps required to setup the oracle instance for os authentication?
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.
What is the managed server?
How to write a program of web logic server to get the connection pool attribute?
What is application tuning?
What is SSL in weblogic ?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
What is meant by domaintemplate?
What is meant by adminserver?
What is the format of a log message in a web logic server?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
What is t3??