Author |
Message
|
mbguy |
Posted: Thu Jun 11, 2009 10:10 pm Post subject: Problem with Toolkit |
|
|
Apprentice
Joined: 23 Jul 2008 Posts: 25
|
Hi,
I am facing problem when opening th etoolkit .it says eclipse error
JVM Terminated Exit Code =1
c:\IBM\WMBT610\jdk\jre\bin\javaw.exe
i tried reinstalling the toolkit and also java but it did not work
My Toolkit version 6.0.1
java 1.6
Any Suggestions...???? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jun 12, 2009 12:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Do you have a version of Eclipse installed other that the one that comes with Toolkit? Could Toolkit be trying to use that?
Do you hava another version of Java thingy (note my confidence with this part!) that the Toolkit could be trying to use?
Both of these things can cause problems. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mbguy |
Posted: Fri Jun 12, 2009 2:06 am Post subject: |
|
|
Apprentice
Joined: 23 Jul 2008 Posts: 25
|
Vitor wrote: |
Do you have a version of Eclipse installed other that the one that comes with Toolkit? Could Toolkit be trying to use that?
Do you hava another version of Java thingy (note my confidence with this part!) that the Toolkit could be trying to use?
Both of these things can cause problems. |
Hi vitor ,
I had installed only one java version.
How do i know which version of java the toolkit is trying to use
any commands...?
classpath for the java points to the correct jdk and jre paths..
here is my class path
C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mqjms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;.;C:\Program Files\IBM\WebSphere MQ\Java\lib\providerutil.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\ldap.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jta.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jndi.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\connector.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\fscontext.jar;C:\lib\log4j-1.2.9.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cisuz.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar;
C:\Program Files\Java\jdk1.6.0_10\jre\bin;
C:\Program Files\Java\jdk1.6.0_10\lib
is anything missing in the classpath..? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jun 12, 2009 2:14 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mbguy wrote: |
I had installed only one java version.
How do i know which version of java the toolkit is trying to use |
If you've only got one, I think we can be quietly confident it's using that...
I think you need someone with more Java than me at this point. Personally the Java was always a long shot, where I've seen this (or things like this) is where RAD people were trying to run Toolkit in their existing Eclipse framework; which doesn't seem to work for reasons I'm unclear on. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
ovasquez |
Posted: Fri Jun 12, 2009 3:32 am Post subject: |
|
|
 Centurion
Joined: 09 Dec 2005 Posts: 141 Location: Lima, Peru
|
WMB Toolkit use IBM JRE version 1.5 and is part WMB ToolKit in directory
c:\IBM\WMBT610\jdk\jre
Remove this
C:\Program Files\Java\jdk1.6.0_10\jre\bin;
C:\Program Files\Java\jdk1.6.0_10\lib
The claspath enviroment variables and run WMB Toolkit again.
What happend? _________________ Oscar Vásquez Flores |
|
Back to top |
|
 |
|