Changes between Version 1 and Version 2 of Ticket #8654
- Timestamp:
- 2013-05-01T11:39:07+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8654 – Description
v1 v2 1 1 The current version of JOSM displays a deprecation warning after startup saying that Java 1.6 is deprecated though Java 1.7 is installed too. 2 2 3 Attached is a patch utilising an enhanced version of the oracle java app builder to build the JOSM application bundle instead of using the JOSM.app-template. 3 Attached is a patch utilising an enhanced version of the oracle java app builder to build the JOSM application bundle instead of using the JOSM.app-template. Additionally the Runtime is copied into the application bundle to run JOSM without having Java installed. 4 4 5 5 Due to my lack of knowledge how to create a patch which contains binary data :-) some changes have to made manually: