Which version of JDK run on Domino 6.5??
It´s possible to update for JDK 1.4.2??
Thanks,
Which version of JDK run on Domino 6.5??
It´s possible to update for JDK 1.4.2??
Thanks,
Subject: JDK and Domino Server
Can’t verify now, but if I remember correctly it is 1.3.
I don’t think it’s possible to upgrade it to 1.4, and even if you could perform the brain surgery needed it would most likely hose any support you might get.
R7 uses 1.4
Subject: JDK and Domino Server
Domino 6 uses the IBM JVM 1.3.1
It is not possible to another JVM.
Subject: RE: JDK and Domino Server
Another alternative to find out is to look out for rt.jar which is where the run time environment is located. Copy it to your bin and issue :
java - version
If i am not going wrong, this should work. We can change even the version of the java by just replacing the rt.jar. Just a hint and i have’nt tried it.
Phani.
Subject: RE: JDK and Domino Server
Domino 6.5 come with jre 1.3.1 but it doesn’t work on Fedora Core 2; so I must replaced IBM 1.4.1 then it works. However ‘rt.jar’ is missing neither in IBM jre & jdk. By ‘jar -tvf rt.jar’ you’ll see it’s actually a set of sub-routines zipped together, in 1.4.x they were split into diff files. You might re-pack it and share with us ![]()
Subject: JDK and Domino Server
Why do you want to upgrade to JDK 1.4.2?