Package Details: openjdk19-src 19.0.2.u7-1

Git Clone URL: https://aur.archlinux.org/java19-openjdk.git (read-only, click to copy)
Package Base: java19-openjdk
Description: OpenJDK Java 19 sources
Upstream URL: https://openjdk.java.net/
Licenses: custom
Provides: openjdk19-src
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 1
Popularity: 0.52
First Submitted: 2023-05-05 20:24 (UTC)
Last Updated: 2023-05-05 20:24 (UTC)

Dependencies (27)

Required by (0)

Sources (4)

Latest Comments

patlefort commented on 2023-05-31 20:23 (UTC)

Or you can install jdk18-openjdk from the AUR.

EJurga commented on 2023-05-31 20:10 (UTC)

For arch noobs: If the makepkg command is failing with the following error:

configure: Could not find a valid Boot JDK. OpenJDK distributions are available at http://jdk.java.net/.
configure: This might be fixed by explicitly setting --with-boot-jdk

Then you will need to navigate to the link and download the jdk19 binaries, and untar them. Then, edit the PKGBUILD script and update the bash configure command (line 88) with the --with-boot-jdk option that points to your downloaded jdk19 directory. This will enable the installation of java 19 onto your system.

You can remove the downloaded java19 afterwards.