how to run an application developed in weblogic workshop in jdk1.5

I am developing a JMX application to monitor the weblogic server.

the application is working fine in weblogic workshop. But when I compile that in unix box with jdk1.5 it shows an exception telling "weblogic.management not found"

In this case from where can I find this package

If any one knws the name of the jar file please reply

Regards,

santhsini.

[388 byte] By [santhosinia] at [2007-11-27 3:22:26]
# 1
Its Really simpleset the CLASSPATH as it is shown in the workshop console
santhosinia at 2007-7-12 8:25:11 > top of Java-index,Core,Monitoring & Management...
# 2
Sounds like you need weblogic.jar in your classpath when compilingRegards Eske
esorta at 2007-7-12 8:25:11 > top of Java-index,Core,Monitoring & Management...
# 3
yes u r correct.Weblogic.jar is the file that contains the class MBeanHome
santhosinia at 2007-7-12 8:25:11 > top of Java-index,Core,Monitoring & Management...