Where to get Java Runtime Redistributables?

CJ7 picture CJ7 · Dec 18, 2012 · Viewed 13.7k times · Source

Where can I download a redistributable for the following version of the Java Runtime?

Java 1.6 Update 29

Answer

Stephen C picture Stephen C · Dec 18, 2012

The redistributables for Java are the JRE and the JDK. You can get them from the Oracle website. If you want versions other than the most recent, start looking here:

I should warn you that Java 6 patch 29 is out of date. There are more recent Java 6 releases with important security patches. You should probably use the most recent Java 6 that you can get hold of, especially if your JRE / application is potentially exposed to untrusted people ....