Skip to content

Fix CA setup for Temurin, when only one Temurin JDK is installed - #5

Open
floscher wants to merge 1 commit into
mainfrom
fix-single-temurin
Open

Fix CA setup for Temurin, when only one Temurin JDK is installed#5
floscher wants to merge 1 commit into
mainfrom
fix-single-temurin

Conversation

@floscher

Copy link
Copy Markdown

Wenn nur ein Eclipse Temurin JDK installiert ist, dann ist $temurinJavas ein string und kein array.

Dann iteriert der for-loop in Zeile 79 über die Buchstaben in dem String.

In meinem Fall hat er sich dann beschwert, dass er in Zeile 80 den Pfad C:\Program Files\Eclipse Adoptium\j nicht finden konnte.

Der Fix löst das dann analog zum Setup für IntelliJ, indem es in @(...) eingeschlossen wird, damit es immer ein Array ist.

@maehld maehld left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants