Hi,
I get the following error on trying to start Weblogic 9.
Should I add any jars in the classpath for myeclipse in the preferences section?
thanks
Vidya
……………………………
java.lang.NoClassDefFoundError: java/lang/instrument/Instrumentation
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
at java.lang.Class.getMethod0(Class.java:1901)
at java.lang.Class.getMethod(Class.java:984)
at weblogic.Server.isRedefineClassesSupported(Server.java:185)
at weblogic.Server.intializeClassloader(Server.java:166)
at weblogic.Server.main(Server.java:66)
Exception in thread “main”
………………………………