I know this is stupid: I couldn't find anything from IBM website about where to download an IBM jre (specifically, IBM jre1.6.0 J9 2.4 SR6) for a 64-bit Windows OS. Google takes me to a link which looks similar, but that jre would only work on an IBM product, I assume their own server/workstation or something like that.

So I've been stuck by this for quite some time... I couldn't believe there is no such a "previous version repository" or something similar on IBM website :(

Thanks for any suggestion in advance.

link|improve this question

75% accept rate
Why can't you get the regular JRE for Windows? – Hello71 Aug 4 '10 at 0:44
And why do you want that exact version? – Matthew Flaschen Aug 4 '10 at 0:54
Same as cross-post on ServerFault. One should be closed. – Matthew Flaschen Aug 4 '10 at 1:17
the reason I need a IBM jre is for testing purpose. I am trying to replicate the exact customer environment. – Michael Mao Aug 4 '10 at 23:38
feedback

1 Answer

up vote 1 down vote accepted

IBM doesn't consider its JVM to be a product in its own right. It's seen as a supporting technology, a common underpinning, that is used to implement actual products like WebSphere Application Server or Lotus Connections. This is why it can be hard to find information about the JVM specifically, and to the best of my knowledge (which, however, may very well be wrong) it is not formally offered for separate download.

Your customer probably obtained it as part of an IBM product, for example if they're implementing applications in WAS then they're programming against the IBM JVM. It's possible they could also have copied it out of the internals of a product, maybe even a trial download of a product, but that is likely to be pretty dubious from a licensing point of view.

Pete

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.