Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add strategy to find jdk on opensuse #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Konfekt
Copy link

@Konfekt Konfekt commented Nov 21, 2023

The given folder has the following entries:

java -> /etc/alternatives/java_sdk/
java-17 -> /etc/alternatives/java_sdk_17/
java-17-openj9-17/
java-17-openjdk -> java-17-openjdk-17/
java-17-openjdk-17/
java-openjdk -> /etc/alternatives/java_sdk_openjdk/ jre -> /etc/alternatives/jre/
jre-17 -> /etc/alternatives/jre_17/
jre-17-openj9 -> java-17-openj9-17/
jre-17-openjdk -> java-17-openjdk-17/
jre-openjdk -> /etc/alternatives/jre_openjdk/

For starters, use only the versioned openjdk folder

The given folder has the following entries:

java -> /etc/alternatives/java_sdk/
java-17 -> /etc/alternatives/java_sdk_17/
java-17-openj9-17/
java-17-openjdk -> java-17-openjdk-17/
java-17-openjdk-17/
java-openjdk -> /etc/alternatives/java_sdk_openjdk/
jre -> /etc/alternatives/jre/
jre-17 -> /etc/alternatives/jre_17/
jre-17-openj9 -> java-17-openj9-17/
jre-17-openjdk -> java-17-openjdk-17/
jre-openjdk -> /etc/alternatives/jre_openjdk/

For starters, use only the versioned openjdk folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant