@41zu Fixed. Thanks for reporting.
Search Criteria
Package Details: jdk 23-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jdk.git (read-only, click to copy) |
---|---|
Package Base: | jdk |
Description: | Oracle Java Development Kit |
Upstream URL: | https://www.oracle.com/java/ |
Licenses: | LicenseRef-custom |
Conflicts: | jre |
Provides: | java-environment, java-environment-jdk, java-runtime, java-runtime-headless, java-runtime-headless-jdk, java-runtime-jdk23, jdk23-jdk, jre, jre23-jdk, jre23-jdk-headless |
Submitter: | td123 |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 1086 |
Popularity: | 0.198786 |
First Submitted: | 2011-08-27 17:56 (UTC) |
Last Updated: | 2024-10-06 02:26 (UTC) |
Dependencies (15)
- ca-certificates-utils
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- java-environment-common
- java-runtime-common
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- libxrender
- libxtst
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- 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 (2634)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- 2plan-desktop (requires java-environment)
- 389-console (requires java-environment)
- 389-ds-console (requires java-environment) (make)
- aacskeys (requires java-environment) (make)
- abchr (requires java-runtime)
- abcl (requires java-environment)
- abcl-git (requires java-environment) (make)
- abcl-git (requires java-runtime)
- abdownloadmanager-bin (requires java-runtime)
- access-export (requires java-environment)
- acodec-bin (requires java-runtime)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- aechoterm-bin (requires java-runtime)
- aeron (requires java-environment)
- ahmyth-bin (requires java-runtime)
- aio-remote (requires java-runtime)
- Show 2614 more...
Sources (9)
dbermond commented on 2024-03-19 23:03 (UTC)
41zu commented on 2024-03-19 21:44 (UTC)
In package_jdk() there is still this line:
rm "${pkgdir}/${_jvmdir}/bin/"{java,jfr,jrunscript,keytool,rmiregistry,jwebserver}
That means that when the jdk package is installed, these binaries are missing, which where previously provided by the jre package.
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.
dbermond commented on 2023-11-02 12:29 (UTC)
@HotblackDesiato pacman is not for updating AUR packages. You need to to update this git repository with a 'git pull', or do a new checkout with 'git clone', and then run makepkg. After the package is built, you install it with the 'pacman -U' command (or with makepkg by using the '-i' option). That's basic AUR knowledge. For the full details, please read the Wiki article about the AUR, specially the part about installing and updating packages.
HotblackDesiato commented on 2023-10-29 03:15 (UTC)
@dbermond Thanks for your comment that my "checkout" is outdated. I am still having the issue, although I ran pacman -Syy and all other aur packages update very well. How do I update to get rid of the version 14 issue, please?
dbermond commented on 2023-08-04 00:15 (UTC)
@HotblackDesiato I've just checked, and the source files are downloading fine. The link you provided refers to java 14, but the package is currently at java 20. It looks like you have a very outdated checkout of this package repository, and you should update it.
HotblackDesiato commented on 2023-08-04 00:02 (UTC)
dbermond commented on 2023-06-20 21:23 (UTC)
@azzbcc @valsaven Package updated. Fix applied, thanks for noticing.
valsaven commented on 2023-06-19 06:48 (UTC)
@dbermond Could you fix the paths, please? This is easy to change by hand, but not everyone reads the comments and will notice it.
azzbcc commented on 2023-05-13 06:29 (UTC)
wrong path in java.desktop
and jconsole.desktop
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.