Yeah that's why it's flagged as such (click on the red text).
Maintainers (including co-) automatically get notifications from flags, even if not subscribed to comments.
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-jdk24, jre24-jdk, jre24-jdk-headless |
Submitter: | td123 |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 1088 |
Popularity: | 0.22 |
First Submitted: | 2011-08-27 17:56 (UTC) |
Last Updated: | 2025-04-16 18:38 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 82 Next › Last »
Yeah that's why it's flagged as such (click on the red text).
Maintainers (including co-) automatically get notifications from flags, even if not subscribed to comments.
JDK11 is already available.
Whoops, sorry, fixed.
==> Validating source files with sha256sums... jdk-10.0.2_doc-all.zip ... FAILED LICENSE-Oracle-Legal-Notices.txt ... Passed ==> ERROR: One or more files did not pass the validity check!
There is an issue using java webstart from this package when icedtea-web is installed, as both provide javaws. javaws from this package is added and removed from PATH via archlinux-java, while icedtea-web installs itself to /bin and becomes the default. Even when selecting java-10-jre/jre as default, javaws launches icedtea and no jre10's java webstart.
Sort of seems like your $startdir has old files in it.
'/usr/lib/jvm/java-${VERSION}-jre/jre' is not a valid Java environment path
:: archlinux-java: JRE ('java-${VERSION}-jre/jre') set as default Java environment.
bash: java: command not found
correct is
$ archlinux-java set java-10-jre/jre
There won't be a JRE 11, since the JDK directory structure was simplified in Java 9 (jre/ merged with rest of JDK, etc.), and a separate product seems to have become obsolete: http://jdk.java.net/11/ (first Note).
No need to really post the link on all my packages. I get a notification each time.
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.