HI,
Please help me in starting the weblogic 8.1 with eclipse 2.1.3 and myeclipse 2.7.10. When I select start button on the eclipse window, nothing happens, When I try to stop the WLS server, I get below exception.
My java path is C:\bea\j2sdk1.4.2_03\jre. Initially I tried to put the jre path only till “C:\bea\j2sdk1.4.2_03”. But no luck.
I am working on Windows 2000 machine.
java.lang.NoClassDefFoundError: java/util/logging/Handler
at weblogic.management.commandline.AdminMain.main(AdminMain.java:76)
at weblogic.Admin.useAdminMain(Admin.java:169)
at weblogic.Admin.main(Admin.java:54)
Exception in thread “main”
Thank You