deprecates java #50
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
:: Java dev kits
SET ^"java_jdk=^
Oracle.JavaRuntimeEnvironment EclipseAdoptium.Temurin.17.JDK ^
EclipseAdoptium.Temurin.21.JDK"
ECHO JDK...
for %%i in (!java_jdk!) do (
!pmi! %%i
)
currently its useful for Minecraft, but soon PrismLauncher will embed Java https://github.com/PrismLauncher/PrismLauncher/pull/2069