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
When an osmand tool is started from the Windows command line, but the current working directory is different from the folder that tool is located in, a "Could not find or load main class" exception is thrown from java.
This is caused by an insufficient classpath definition. Please change the call in e.g. inspector.bat to
java.lang.reflect.InaccessibleObjectException: Unable to make private java.util.Collections$EmptyMap() accessible: module java.base does not "opens java.util" to unnamed module @7692d9cc
tried running with the following command (openjdk 17) without change:
When an osmand tool is started from the Windows command line, but the current working directory is different from the folder that tool is located in, a "Could not find or load main class" exception is thrown from java.
This is caused by an insufficient classpath definition. Please change the call in e.g. inspector.bat to
and in the other .bat files accordingly.
The text was updated successfully, but these errors were encountered: