Cannot find 7u72 Java for Linux 32 bit

I downloaded both jre and the jdk 7u72 Java for 32-bit Linux from here: (Java Archive downloads - Java SE 7), but when I unzip and unpack, and run java-version, he says that it is version 7u65.

How can I get Java for Linux 32-bit 7u72?

Are you sure that you are calling the correct 'java' executable (try 'which java' and check your PATH environment variable)?

I downloaded jre-7u72-linux - http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jre-7u72-oth-JPR i586.tar.gz

(for some reason it was downloaded with the extension '.gz', not '. ') tar.gz') and it is the correct version:

$ mv jre-7u72-linux-i586.gz jre-7u72-linux-i586.tar.gz
$ tar xvzf jre-7u72-linux-i586.tar.gz
$ cd jre1.7.0_72/bin/
$ ./java -version
java version "1.7.0_72"
Java(TM) SE Runtime Environment (build 1.7.0_72-b14)
Java HotSpot(TM) Server VM (build 24.72-b04, mixed mode)

Tags: Java

Similar Questions

Maybe you are looking for