Author
Linux Java JDK 1.5_22?
Tejas Jain
Ranch Hand
Joined: Mar 04, 2008
Posts: 114
Is there a Java JDK Linux release v. 1.5_22? I could not find it on SUN's website. Is this the same as JDK 1.5.0_22?
"Knowing is not enough, you must apply... Willing is not enough, you must do."
--Bruce Lee
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
It is, but why would you want that out-dated version? Java is currently at 6u18 which is roughly the same as 1.6.0_18.
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Tejas Jain
Ranch Hand
Joined: Mar 04, 2008
Posts: 114
It is not me. GoDaddy.com is out of date.
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Mar 27, 2010 12:13:48
0
There is no 1.5_22 (at least not officially); it would need to be 1.5.0_22 if anything.
Matt Cartwright
Ranch Hand
Joined: Aug 25, 2008
Posts: 149
available, but not shown are:
jdk-1_5_0_22-linux-amd64.bin
jdk-1_5_0_22-linux-amd64-rpm.bin
jdk-1_5_0_22-linux-i586-rpm.bin
if you really want an out-dated version, go to the
SUN Java download site, click on "previous versions",
fill in the form and you will be sent a link for download.
M
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Mar 27, 2010 18:47:15
0
No reason to fill out a form for most archived versions (doesn't include _22 I think):
http://java.sun.com/products/archive/
Matt Cartwright
Ranch Hand
Joined: Aug 25, 2008
Posts: 149
alright, but doesn't include 1.5.0 update 22
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Mar 27, 2010 18:52:52
0
Already edited. But it's also unlikely that the exact version is *really* necessary, unless they're attempting to isolate a JDK release-specific bug.
Matt Cartwright
Ranch Hand
Joined: Aug 25, 2008
Posts: 149
well, for me it most likely matters because I am doing a lot of WebLogic stuff,
if it ain't that specific update, the customer doesn't run a supported platform,
paying all the money for nothing
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Mar 27, 2010 19:05:03
0
Having worked in several WebLogic houses I'd say it's a lot of money for nothing anyway.
subject: Linux Java JDK 1.5_22?