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 (1709)

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 .. 33 34 35 36 37 38 39 40 41 42 43 .. 81 Next › Last »

russo79 commented on 2014-08-25 08:17 (UTC)

For what it's worth, https://aur.archlinux.org/packages/jdk8-oracle/ is already packaged according to the new guidelines.

mtorromeo commented on 2014-08-25 08:08 (UTC)

Please update the package according to the new Arch Java guidelines: https://wiki.archlinux.org/index.php/Java

kkl2401 commented on 2014-08-21 19:59 (UTC)

Updated to 8.20. stativ: I'd really like to avoid letting makepkg extract the archive because it takes a while to extract it, then it takes a while to copy it from src to pkg and then it takes a while to compress it again. This way I can skip one of these steps. But you're absolutely right about the ownership. I have no idea how that happens. When I look inside the pkg directory, I see nothing like that there, I also have no user with id 10 and no group with id 143 on my system. I thought running chown -R root:root would help but apparently not (I don't have much experience with fakeroot). Do you know how to fix this (ideally without getting rid of noextract)?

Det commented on 2014-06-25 14:51 (UTC)

They move it back during build. E: Just kidding, see: http://stackoverflow.com/q/10268583/1821548 (and especially my answer: http://stackoverflow.com/a/22466509/1821548)

slot commented on 2014-06-25 14:44 (UTC)

Download location seems to have changed

Marcel_K commented on 2014-06-10 11:40 (UTC)

If you look at the PKGBUILD, you'll notice that a 64-bit tarball is downloaded when the target system is x86_64.

<deleted-account> commented on 2014-06-10 07:46 (UTC)

I just noticed this PKGBUILD uses the i586 java tarball... does this make a difference in practice? I'm using arch x86_64

stativ commented on 2014-06-03 10:23 (UTC)

I have some suggestions: * you should make sure that the files has some sane ownership, eg. root:root. Currently it is 10:143 * please let makepkg to extract the zip, because with the development version of makepkg that I'm using the build fails because if noextract is used, the symlink to sources is not created. You can take a look at eg. jdk7-docs.

Det commented on 2014-05-30 13:56 (UTC)

Assumably yes, if that's what the -compat packages are doing.