Package Details: java-openjdk-bin 21.0.2.u13-1

Git Clone URL: https://aur.archlinux.org/java-openjdk-bin.git (read-only, click to copy)
Package Base: java-openjdk-bin
Description: Java OpenJDK 21.0.2 Oracle Build.
Upstream URL: https://jdk.java.net/21
Keywords: Java JDK OpenJDK Oracle
Licenses: GPL2
Provides: java-environment, java-environment-openjdk, java-runtime, java-runtime-headless, java-runtime-headless-openjdk, java-runtime-openjdk
Submitter: morealaz
Maintainer: mjoss
Last Packager: mjoss
Votes: 8
Popularity: 0.000729
First Submitted: 2020-02-27 07:42 (UTC)
Last Updated: 2024-01-18 09:07 (UTC)

Required by (2714)

Sources (1)

Latest Comments

mjoss commented on 2023-02-20 07:11 (UTC)

@chillenb should be fixed now

chillenb commented on 2023-01-24 21:28 (UTC) (edited on 2023-01-24 21:30 (UTC) by chillenb)

Something went wrong with updating the package repository to 19.0.2.u7-1. I get the following message when cloning:

Cloning into 'java-openjdk-bin'...
remote: Enumerating objects: 96, done.
remote: Counting objects: 100% (96/96), done.
remote: Compressing objects: 100% (88/88), done.
remote: Total 96 (delta 16), reused 86 (delta 8), pack-reused 0
Receiving objects: 100% (96/96), 26.54 KiB | 86.00 KiB/s, done.
Resolving deltas: 100% (16/16), done.
Note: switching to '915a43e644f614458ad1b552518b7becd0b704e7'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

From a freshly cloned repo, I think you will be able to fix it using

git checkout master
git cherry-pick 915a43e644f614458ad1b552518b7becd0b704e7
git push

jopejoe1 commented on 2022-02-23 08:40 (UTC)

Could you please make this package so that it is not conflicting with other JDKs. As i need to switch between different JDKs all the time.

Also it is mentioned in https://wiki.archlinux.org/title/Java#Package_pre-requisites_to_support_archlinux-java that JDKs should not be conflicting.