Package Details: jre7 7u80-1

Git Clone URL: https://aur.archlinux.org/jre7.git (read-only, click to copy)
Package Base: jre7
Description: Oracle Java 7 Runtime Environment (public release - end of support)
Upstream URL: https://www.oracle.com/technetwork/java/archive-139210.html
Keywords: java-openjfx java-runtime-headless-jre java-runtime-jre java-web-start-jre
Licenses: custom:Oracle
Provides: java-openjfx, java-runtime, java-runtime-headless, java-runtime-headless-jre, java-runtime-jre, java-web-start, java-web-start-jre
Submitter: joschi
Maintainer: severach
Last Packager: severach
Votes: 40
Popularity: 0.087003
First Submitted: 2013-09-11 18:21 (UTC)
Last Updated: 2020-07-23 00:42 (UTC)

Required by (1767)

Sources (4)

Latest Comments

1 2 3 Next › Last »

winnie_ua commented on 2023-06-04 23:11 (UTC) (edited on 2023-06-04 23:16 (UTC) by winnie_ua)

Looks like java can be downloaded here https://jdk.java.net/java-se-ri/7

Direct link: https://download.java.net/openjdk/jdk7u75/ri/openjdk-7u75-b13-linux-x64-18_dec_2014.tar.gz

Seems that download page has two archives under different license. First archive (and link above, is with GPL + classpath exception) and second is with Oracle Binary License

And it has version 7u75, and latest from Oracle is 7u80

P.S. archives are JDK, but jre is bundled in sub-directory of archive.

winnie_ua commented on 2023-06-04 23:08 (UTC)

It's no longer working.

Oracle now require to to register and accept license to download old Java releases.

I am wondering if AUR packages could use locally downloaded files? When using AUR.

Or perhaps there exist other builds, like OpenJDK?

Erus_Iluvatar commented on 2022-02-26 11:27 (UTC)

If someone is looking for a quick link to the java download page, it's https://www.oracle.com/java/technologies/javase/javase7-archive-downloads.html

Det commented on 2017-06-02 18:39 (UTC)

Ohhh, right. Messed that up. Fixed now. English tho next time, please: $ LC_ALL=C makepkg -si

simona commented on 2017-06-02 18:32 (UTC)

==> ERRORE: Protocollo di download sconosciuto: https L'operazione sta per essere interrotta... ==> ERRORE: Makepkg non è riuscito a compilare jre7.

TomFyuri commented on 2016-05-10 13:08 (UTC) (edited on 2016-05-10 13:31 (UTC) by TomFyuri)

After installing had to do: # find /usr/lib/jvm/java-7-jre -type d -exec chmod o+rx {} \; # find /usr/lib/jvm/java-7-jre/ -name "bin" -exec chmod -R o+x {} \; # chmod -R o+r /usr/lib/jvm/java-7-jre/ Is it intended? Or my makepkg&pacman messed up permissions?

Det commented on 2015-07-19 13:46 (UTC)

Just saw your comment, but it got fixed with: https://aur4.archlinux.org/cgit/aur.git/commit/?h=jre7&id=355295d2f590a7631d4cb058282b31e28e6007ae

BluePeril commented on 2015-07-19 08:01 (UTC)

You also need to modify the first line of the backup array, because it is referencing to amd64. This line should reference to i386 on i686 machines.

Det commented on 2015-07-16 09:08 (UTC)

Like you see, you only need to add the 'i686' to arch=(). :) I already had the md5sums_i686=()/source_i686=() in place, because I copied this over from bin32-jre7.

BluePeril commented on 2015-07-15 18:47 (UTC)

Could you please add support for i686 again? I have modified the PKGBUILD for i686 support: http://pastebin.com/Us4kCTGN