Also, you're going to have to remove the license folder manually before having it replaced with the symlink:
# rm -r /usr/share/licenses/jre/
Search Criteria
Package Details: jre 23-1
Package Actions
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-jdk23, jre23-jdk, jre23-jdk-headless |
Submitter: | td123 |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 1086 |
Popularity: | 0.165403 |
First Submitted: | 2011-08-27 17:56 (UTC) |
Last Updated: | 2024-10-06 02:26 (UTC) |
Dependencies (12)
- ca-certificates-utils
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- java-runtime-common
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- libxrender
- libxtst
- python-html2text (make)
- alsa-lib (optional) – for basic sound support
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – for the Gtk+ 2 look and feel - desktop usage
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (optional) – for the Gtk+ 3 look and feel - desktop usage
Required by (1728)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- abchr (requires java-runtime)
- abcl-git (requires java-runtime)
- abdownloadmanager-bin (requires java-runtime)
- acodec-bin (requires java-runtime)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- aechoterm-bin (requires java-runtime)
- ahmyth-bin (requires java-runtime)
- aio-remote (requires java-runtime)
- airsonic (requires java-runtime-headless)
- airsonic-advanced-bin (requires java-runtime-headless)
- airsonic-advanced-git (requires java-runtime-headless)
- airsonic-git (requires java-runtime-headless)
- aladin (requires java-runtime)
- alchemist (requires java-runtime)
- alda (requires java-runtime)
- alda-bin (requires java-runtime)
- Show 1708 more...
Sources (9)
Latest Comments
« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 41 .. 81 Next › Last »
Det commented on 2014-09-03 11:31 (UTC)
Det commented on 2014-09-03 11:29 (UTC)
@BunBum, the syntax is '-version':
└┌(%:~/Desktop)┌- java -version
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
@frederik, I just told you, if you would have scrolled just a couple of comments down: to allow parallel installations, which I was asked to support now that Guillaume implemented that possibility through 'java-common' (OpenJDK, JRE7, etc.).
@madmack, apparently you're going to have to first remove that folder manually, as Pacman refuses to (even with --force) to replace a directory with a file (symlink).
freswa commented on 2014-09-03 10:20 (UTC)
and if I exclude java-common I get this one:
jdk: /usr/share/licenses/jdk exists in filesystem
freswa commented on 2014-09-03 10:16 (UTC)
Why does this depends on java-common?
I'm getting errors when installing java-common
The links "/usr/lib/jvm/java-default-runtime“ and „/usr/lib/jvm/default-runtime“ can not be created.
madmack commented on 2014-09-03 06:58 (UTC)
getting this error when trying to update today:
jdk: /usr/share/licenses/jdk exists in filesystem
Det commented on 2014-09-03 01:53 (UTC)
@sl1pkn07, fixed that as well.
E: Also, you could probably have a bit more careful look on things before adding a new comment. Thanks.
Pinned Comments
dbermond commented on 2024-03-19 19:54 (UTC)
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.