I am following the instructions found at URL
https://eclipse-plugin.projects.dev2dev.bea.com/readme.html to install the WebLogic plug-in within the Eclipse. And, I have a number of questions:
1. In the Eclipse, I clicked on the WebLogic node. I was asked to set some parameters. What is the Hostname (the hostname used by weblogic.Admin) I should provide?
2. In the Eclipse, I selected the 'WebLogic->Classpath' node and I was asked to set the following parameters
a. Classpath before the WebLogic libraries
b. Classpath after the WebLogic libraries
I think that the WebLogic libraries are under the C:\bea\WebLogic81\server\lib directory. I do not understand what are the classpaths "before the WebLogic libraries" and "after the WebLogic libraries"
3. I selected the 'WebLogic->JavaVM Options' node and I was asked to set the following parameters:
a. JavaVM (JDK used to launch WebLogic Server)
b. JavaVM Options (arguments to pass the JavaVM)
I have JAVA_HOME=C:\j2sdk1.4.2_07. What do I provide to set the JavaVM and JavaVM Options?
Thank you for your help.