Changes between Initial Version and Version 1 of Ticket #23723, comment 8
- Timestamp:
- 2024-06-10T08:52:31+02:00 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23723, comment 8
initial v1 1 1 Thank you @GerdP, 2 now I have2 now I tried 3 3 {{{Exec="/usr/lib/jvm/java-11-openjdk/bin/java" --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED -jar ".../josm-tested 19096.jar"}}} 4 4 but the message is still the same: … … 7 7 --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED 8 8 --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED 9 10 [https://community.openstreetmap.org/t/110827/7 From here] I found 11 {{{Exec="/usr/lib/jvm/java-11-openjdk/bin/java" --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 -jar ".../josm-tested 19096.jar"}}} 12 and the message is gone. Your opinion?


