| Author |
Weblogic with eclipse
|
Frederik Ericsson
Ranch Hand
Joined: Apr 27, 2005
Posts: 128
|
|
Hello friends, while am fix ing weblogic in eclipse, i can able to see the icons to start/stop weblogic server in eclipse tool bar, one more thing.. I dont know how to fix these Select the 'WebLogic->Classpath' node and set the following parameters Classpath before the WebLogic libraries : (D:\bea) Classpath after the WebLogic libraries : (D:\bea) is this correct parameters? Select the 'WebLogic->Project' node and set the following parameter "Project added to the end of the classpath" - whats the meaning for this.. Select the 'WebLogic->JavaVM Options' node and set the following parameters JavaVM (JDK used to launch WebLogic Server) -Dweblogic.ProductionModeEnabled=true is this correct param? JavaVM Options (arguments to pass the JavaVM) - what shud I write here JNI library path (paths to search when loading libraries) - what shud I write here I dont know how to do these... while am trying to run the server. I got these messages java.lang.NoClassDefFoundError: javax/management/DynamicMBean at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at weblogic.Server.main(Server.java:66) Exception in thread "main" Please guide me
|
 |
 |
|
|
subject: Weblogic with eclipse
|
|
|