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
adding MAVEN_OPTS="--add-modules jdk.incubator.jpackage" to env on windows does not yield appropriate results when mvn --version is ran. this is what it produces as output on windows:
Unrecognized option: --add-modules jdk.incubator.jpackage
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
How can this be solved ?
The text was updated successfully, but these errors were encountered:
adding MAVEN_OPTS="--add-modules jdk.incubator.jpackage" to env on windows does not yield appropriate results when mvn --version is ran. this is what it produces as output on windows:
Unrecognized option: --add-modules jdk.incubator.jpackage
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
How can this be solved ?
The text was updated successfully, but these errors were encountered: