Author |
Message
|
jet |
Posted: Tue Dec 24, 2002 8:41 am Post subject: [Solved]Java Exception - Urgent request |
|
|
Apprentice
Joined: 04 Dec 2002 Posts: 49 Location: New York
|
After I installing and configuring MQWF 3.3.2 on SUN box (version , I ran the fmczchk -d command to check the configuration. It returns 0 errors, 0 warnning, rc=0, but I did get a java exception for
@EF com/ibm/workflow/java/Bridge=0
Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/workflow/java/Bridge
What is going on here?
The environment is:
MQ5.2 CSD2
DB2 7.2 fixpack 4
MQWF 3.3.2
Java Version 1.2.2 SUN VM |
|
Back to top |
|
 |
mqonnet |
Posted: Tue Dec 24, 2002 8:57 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Your Classpath is inappropriate. Check your classpath to see if all your packages/jar files are included in the classpath.
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
jet |
Posted: Tue Dec 24, 2002 9:00 am Post subject: |
|
|
Apprentice
Joined: 04 Dec 2002 Posts: 49 Location: New York
|
which classpath? and what jar need to be added? |
|
Back to top |
|
 |
jmac |
Posted: Tue Dec 24, 2002 10:27 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You are most probably missing fmcojagt.jar from the systems classpath. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
jet |
Posted: Tue Dec 24, 2002 2:39 pm Post subject: |
|
|
Apprentice
Joined: 04 Dec 2002 Posts: 49 Location: New York
|
one dump question....It is on SUN, how to add the jar file in system path? |
|
Back to top |
|
 |
jet |
Posted: Tue Dec 24, 2002 11:44 pm Post subject: |
|
|
Apprentice
Joined: 04 Dec 2002 Posts: 49 Location: New York
|
I added those two jar files in classpath and it works |
|
Back to top |
|
 |
|