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
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.
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
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
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.