On version 19017 I get this error on startup:
Missing JVM Arguments:
--add-exports=java.base/sun.security.action=ALL-UNNAMED
--add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED
--add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED
To solve this, add these to the end of the file /etc/conf.d/josm
:
JAVA_OPTS="${JAVA_OPTS} --add-exports=java.base/sun.security.action=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED"
Upstream issue: https://josm.openstreetmap.de/ticket/23489
Pinned Comments