vote up 1 vote down star
2

Is there a 64 bit version of Java 1.4.2 for Windows?

I need this because of a BEA WebLogic 8.1 application that runs out of memory all the time.

UPDATE: As Tom Hawtin pointed out there are licensing problems with the Sun 64 bit version I suggested in my own answer. Just out of curiosity: If you know a version which is available under more liberal terms, please let me know.

UPDATE: No, I don't want to discuss why the application needs so much memory. No, I don't want to discuss why we are still running BEA 8.1. I accept your condolences though.

flag

If it's available from Sun, it'll be in the archive area. java.sun.com/products/archive I suggest upgrading to a version that isn't in, or about to hit the end of, its End Of Service Life period (i.e. Java SE 6). – Tom Hawtin - tackline Aug 25 at 20:35
2  
WebLogic 8.1 was from... when? 2003? "I'm not in the position to question..." is a cop out. They are out of support. Any 100k employee company that is running "enterprise" software with no support and with known, unfixable security bugs in the underlying JVM, deserves to be questioned. – Cheeso Aug 25 at 23:00
I have understood that the BEA situation is exactly why the Business version of Java 1.4 is available from Sun. Pay up :) – Thorbjørn Ravn Andersen Aug 26 at 11:02
@Cheeso: I know that, you know that, but whining doesn't help me here and now to get that piece of software running;-) – Ludwig Weinzierl Aug 26 at 16:41
@Thorbjørn Ravn Andersen: Ah, here it starts to get interesting. You mean I could buy a 64 bit version of Java 1.4. Do you have a link? – Ludwig Weinzierl Aug 26 at 16:53

4 Answers

vote up 2 vote down check

I think IBM had a 1.4.2 64bit JDK shipped with DB2 8.1

link|flag
1  
You will not be able to use this JVM with any thing else other than the product it shipped with. IBM license terms very clear on this. – Ryan Fernandes Aug 26 at 1:51
vote up 2 vote down

Oh yes there is. For some reason Sun has just decided to hide it as good as they could. You can download it from Sun's SAP site.

It seems to work well with BEA WebLogic 8.1.

UPDATE: As Tom Hawtin pointed out:

This version of the J2SE 1.4.2 SDK is strictly for use by SAP customers along with SAP software products.

If anyone knows of a version which is available under more liberal terms, please let me know.

link|flag
1  
*This version of the J2SE 1.4.2 SDK is strictly for use by SAP customers along with SAP software products. * – Tom Hawtin - tackline Aug 25 at 20:29
@Tom Hawtin: Thanks for the comment, I didn't notice that. Updated my question. – Ludwig Weinzierl Aug 25 at 21:57
1  
I don't understand why you are not asking BEA/Oracle for the supported 64-bit JVM for WebLogic 8.1. This is a very short conversation. If they don't have jRockit 1.4.2 for Win64, and they don't have a Sun JVVM 1.4.2 64-bit, then... it's not a supported configuration and you should get up to date. – Cheeso Aug 25 at 23:02
@Cheeso: If only life was this easy... – Ludwig Weinzierl Aug 26 at 16:56
vote up 2 vote down

So, you have no support on the App Server, no supported JVM to run it with... You're not in a nice place :).

However, if you app is running out of memory and you've squeezed every ounce of performance you could, you could always deploy your app in a cluster

This way, you could spread out the memory load.

link|flag
vote up 1 vote down

Have you investigated WHY it runs out of memory? Even the largest memory space will not help if your application does not behave properly.

link|flag
True, true, but not an answer to my question. – Ludwig Weinzierl Aug 26 at 16:29
I don't want to discuss WHY - I just mentioned it, as you might have to find out anyway. Regarding a 1.4.2 JVM I am pretty certain you must give Sun money to get a 64-bit version. – Thorbjørn Ravn Andersen Aug 26 at 18:19

Your Answer

Get an OpenID
or

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