Package Details: jre 22.0.2-1

Git Clone URL: https://aur.archlinux.org/jdk.git (read-only, click to copy)
Package Base: jdk
Description: Oracle Java Runtime Environment
Upstream URL: https://www.oracle.com/java/
Licenses: LicenseRef-custom
Conflicts: jdk
Provides: java-runtime, java-runtime-headless, java-runtime-headless-jdk, java-runtime-jdk22, jre22-jdk, jre22-jdk-headless
Submitter: td123
Maintainer: dbermond
Last Packager: dbermond
Votes: 1086
Popularity: 0.47
First Submitted: 2011-08-27 17:56 (UTC)
Last Updated: 2024-08-06 23:55 (UTC)

Dependencies (12)

Required by (1711)

Sources (9)

Pinned Comments

dbermond commented on 2024-03-19 19:54 (UTC)

  • Important notice:

As was made with the java packages in the official repositories, jdk now provides the jre alongside it, and both packages conflict with each other. During the package upgrade to version 22, act accordingly to your needs. For example, if you have both jdk and jre installed, only jdk will be sufficient, as it now also contains the runtime environment, and jre can be uninstalled. If you have only jre installed, no action is required.

Latest Comments

« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 81 Next › Last »

freswa commented on 2015-01-21 12:01 (UTC)

Please do not update the archlinux-java defaults when upgrading. It should be up to the user to switch the defaults when upgrading.

Det commented on 2015-01-15 14:53 (UTC)

You're probably either using an old version of Yaourt, or your pacman is lower than 4.2.0: $ makepkg --version | head -1 makepkg (pacman) 4.2.0 $ yaourt --version | head -1 yaourt 1.5

dareTake commented on 2015-01-15 14:30 (UTC)

I'm having trouble with building the package. ==> Starting package()... /tmp/yaourt-tmp-dare/aur-jdk/./PKGBUILD: line 72: cd: jdk1.8.0_25: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build jdk.

kkl2401 commented on 2015-01-04 20:25 (UTC)

Thank you, updated.

Det commented on 2014-12-24 15:43 (UTC)

Since makepkg 4.2.0, the DLAGENTS line can't have quotes around "oraclelicense=a": DLAGENTS=('http::/usr/bin/curl -LC - -b oraclelicense=a -O')

Det commented on 2014-12-24 15:32 (UTC)

Nervermind, the fix was easy. By adding '-v' (--verbose) to the curl line, it gives: -> Downloading jdk-8u25-linux-x64.tar.gz... [...] > Cookie: "oraclelicense=a" Manually, we get: $ curl -LC - -b "oraclelicense=a" -O http://download.oracle.com/otn-pub/java/jdk/8u25-b17/jdk-8u25-linux-x64.tar.gz [...] > Cookie: oraclelicense=a (quotes are lacking) So, instead of: DLAGENTS=('http::/usr/bin/curl -v -LC - -b "oraclelicense=a" -O') We need to use: DLAGENTS=('http::/usr/bin/curl -v -LC - -b oraclelicense=a -O') I'll report this elsewhere.

Det commented on 2014-12-24 15:20 (UTC)

It could be due to pacman 4.2.0. You're using that as well? Manual download works: $ curl -LC - -b "oraclelicense=a" -O http://download.oracle.com/otn-pub/java/jdk/8u25-b17/jdk-8u25-linux-x64.tar.gz

sl1pkn07 commented on 2014-12-24 10:38 (UTC)

download the tar.gz now broken again? greetings

Det commented on 2014-12-05 17:00 (UTC)

8u25-2: brought back the bundled Oracle DB and VisualVM, and attempted to simplify the PKGBUILD.