You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
23.0.1 breaks ///usr/bin/env java --source 21 "$0" "$@"; exit $? causes "error: exporting a package from system module java.base is not allowed with —release"
#10014
Open
HolgerMassmann opened this issue
Nov 2, 2024
· 2 comments
Describe the issue
///usr/bin/env java --source 21 "$0" "$@"; exit $? causes "error: exporting a package from system module java.base is not allowed with —release"
Steps to reproduce the issue
SDKMAN installed 23.0.1-graal on MacOS M1
HolgerMassmann
changed the title
///usr/bin/env23.0.1 breaks java --source 21 "$0" "$@"; exit $? causes "error: exporting a package from system module java.base is not allowed with —release"
23.0.1 breaks ///usr/bin/env java --source 21 "$0" "$@"; exit $? causes "error: exporting a package from system module java.base is not allowed with —release"
Nov 2, 2024
Describe the issue
///usr/bin/env java --source 21 "$0" "$@"; exit $? causes "error: exporting a package from system module java.base is not allowed with —release"
Steps to reproduce the issue
SDKMAN installed 23.0.1-graal on MacOS M1
More details
Save the script above as Utc2, chmod 755 Utc2 and executing ./Utc2 the following error message printed:
This works with 22.0.1-graal or 23-open.
The text was updated successfully, but these errors were encountered: