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
My theory is that something is getting confused by the inconsistent use of slashes and backslashes. What's strange is that some are reporting that this could be dependent on the shell / command prompt. There is also possible environment variable involvement.
Regarding environment variable involvement we are using putenv:
The problem with Windows is that there is often more than one C Runtime (CRT) lying around. What we really want to do is set it for the entire process tree. In that case we may want to use
It looks like the launcher is not configuring the
java.library.path
in a way that's compatible with the Zulu JDK.See this forum thread.
The text was updated successfully, but these errors were encountered: