Link to home
Start Free TrialLog in
Avatar of Aamer-
Aamer-

asked on

java JDK Download

I have to install JDK1.7_67 32 on a server as a prerequisite for an application. I tried a lot but could not download this. can anyone help me with a link from where I can download the version of JDK
Avatar of John
John
Flag of Canada image

See if it available on this Java JDK page

http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html#javasejdk

Version 7 is a serious security risk and you should not be using it, but updating your platform instead.

Oracle is getting rid of the worst versions.
Avatar of CEHJ
Java is specifically designed to be backwardly compatible. You should ask the authors of the app how they've managed to produce something that's tied to a specific version and that won't run on the latest version
Avatar of Aamer-
Aamer-

ASKER

Well I am a infrastructure Guy and as part of a product deployment the vendor has asked us to keep some prerequisites ready before he comes. one of the requirement is JDK version 7. please let me know if the latest version can be deployed instead of this one he mentioned. just want to be sure. thanks for your reply gentlemen
please let me know if the latest version can be deployed instead of this one he mentioned.
That's actually the wrong question. The question is "can the application be run on the latest Java VM"
The answer ought to be yes, but i've no way of knowing
ASKER CERTIFIED SOLUTION
Avatar of John
John
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aamer-

ASKER

Thanks a lot John
You are very welcome and I was happy to help. Over time, you (clients) need to bring Java up to date for security reasons. I am sure you understand.