Changes between Initial Version and Version 1 of Ticket #23667, comment 6
- Timestamp:
- 2024-05-08T16:59:46+02:00 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23667, comment 6
initial v1 4 4 Do you still need java 8? If not I would uninstall it. Anyway, you can try to directly use openjdk-11-jre: 5 5 {{{ 6 /usr/lib/jvm/java-11-openjdk-amd64/bin/java josm-tested.jar 6 /usr/lib/jvm/java-11-openjdk-amd64/bin/java -jar josm-tested.jar 7 7 }}} 8 8 but as written above, I recommend the [wiki:Download#Ubuntu Ubuntu packages] as you need quite some JVM options which are included in the start script provided by the packages. 9 10 **Edit**: add missing `-jar`