Author |
Message
|
4integration |
Posted: Fri Apr 17, 2015 12:41 am Post subject: Getting IBM JDK for windows |
|
|
 Disciple
Joined: 04 Sep 2006 Posts: 197 Location: Gothenburg, Sweden
|
Hi,
I need to have IBM JDK 1.6.0 for Windows and since that isn't provided by IBM as a separate product the only option I have found is "IBM Development Package for Eclipse"
http://www.ibm.com/developerworks/java/jdk/eclipse/index.html
but that there it's only Java 7 and 8.
Do you know where I can get IBM JDK 1.6.0?
Ref:
Code: |
java version "1.6.0"
Java(TM) SE Runtime Environment (build pwi3260sr9ifix-20110222_02(SR9+IZ94423+IZ95150+IZ94326+IZ91385))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows Vista x86-32 jvmwi3260sr9-20110218_76011 (JIT enabled, AOT enabled)
J9VM - 20110218_076011
JIT - r9_20101028_17488ifx3
GC - 20101027_AA)
JCL - 20110211_02 |
_________________ Best regards
4 Integration |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Apr 17, 2015 4:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you looked at prior versions of eclipse? Also if you do have WMQ in use, it comes with a JRE, even for the client installation. WMQ client 7.5 should come with a 1.6 jre. Install custom and make sure to select JMS.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
4integration |
Posted: Sun Apr 19, 2015 11:41 pm Post subject: |
|
|
 Disciple
Joined: 04 Sep 2006 Posts: 197 Location: Gothenburg, Sweden
|
fjb_saper wrote: |
Have you looked at prior versions of eclipse? Also if you do have WMQ in use, it comes with a JRE, even for the client installation. WMQ client 7.5 should come with a 1.6 jre. Install custom and make sure to select JMS. |
Prior versions of "IBM Development Package for Eclipse" with JDK 1.6.0 would work just perfect but cannot find that.
Normal Eclipse doesn't include any Java.
WMQ would work but he problem is that includes only JRE, not JDK (compiler etc).
Any other ideas? _________________ Best regards
4 Integration |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Apr 20, 2015 12:37 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
The Message Broker toolkit for V7.0.0.4 has a file called javac.exe
this is V1.6
If you have a broker license then you could try that if there are no other kits forthcoming.
Another place I'd look for it is in the WAS community edition (if it still exists) _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
4integration |
Posted: Mon Apr 20, 2015 2:48 am Post subject: |
|
|
 Disciple
Joined: 04 Sep 2006 Posts: 197 Location: Gothenburg, Sweden
|
Yes, I know WMBToolkit have the correct version....but installing a huge product to get the IBM JDK...I would like to avoid that but if necessary... _________________ Best regards
4 Integration |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Apr 20, 2015 4:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
4integration wrote: |
fjb_saper wrote: |
Have you looked at prior versions of eclipse? Also if you do have WMQ in use, it comes with a JRE, even for the client installation. WMQ client 7.5 should come with a 1.6 jre. Install custom and make sure to select JMS. |
Prior versions of "IBM Development Package for Eclipse" with JDK 1.6.0 would work just perfect but cannot find that.
Normal Eclipse doesn't include any Java.
WMQ would work but he problem is that includes only JRE, not JDK (compiler etc).
Any other ideas? |
Wouldn't a standard 1.6 compiler work if the jre's jars etc... are on the classpath?
Have you tried defining the JRE to eclipse and using it for the project? Does it give you compile problems?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|