Link to home
Start Free TrialLog in
Avatar of dkim18
dkim18

asked on

Using weblogic.Admin utility

Hi,

I am trying to use weblogic.Admin tool to perform some funcitons, however I keep having this error:

Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Admin

classpath:
C:\Java\jdk1.5.0_01\bin;C:\apache-tomcat-5.5.12\bin\bootstrap.jar;C:\bea81\weblogic81\server\bin

I set classpath already. I even ran setENV command, but didn't work. Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of rajesh_bala
rajesh_bala
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dkim18
dkim18

ASKER

I had to set classpath manually.
....\lib\weblogic.jar
I will give you point anyway.