Changes between Version 117 and Version 118 of Download
- Timestamp:
- 2017-12-12T16:27:41+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v117 v118 175 175 You don't need to change the end of the command line with the snipped parts here. Just check the path for {{{javaws.exe}}} and add options {{{-J-d64}}} for the 64-bit mode needed to work with large OSM datasets, and {{{-Xmx=2048m}}} to increase the VM size (to 2GB here). 176 176 177 === Mac OS X errors ===177 === MacOS Errors === 178 178 [=#MacOSXMountainLionErrors] 179 179 {{{ … … 185 185 If you get an error saying "'JOSM.app' is an application downloaded from the internet." you can bypass this by **right-clicking on JOSM.app** or josm.jnlp and selecting 'open'. You should then see the same message but this time with an option to "Open" regardless. This is only necessary on the first run of JOSM. 186 186 187 If you get an error saying "'JOSM.app' is damaged and can't be opened. You should move it to the Trash", then you need to temporarily disable gatekeeper. Open System Preferences and the 'Security & Privacy' options. Set 'Allow applications downloaded from:' to 'Anywhere'. If the that radio button is missing from the Security & Privacy preferences panel, the following may be entered usinga terminal window to make it appear:188 187 If you get an error saying "'JOSM.app' is damaged and can't be opened. You should move it to the Trash", then you need to temporarily disable Gatekeeper. Open System Preferences and the 'Security & Privacy' options. Set 'Allow applications downloaded from:' to 'Anywhere'. If that radio button is missing from the Security & Privacy preferences panel, the following may be entered using the Terminal window to make it appear: 188 [[Image(SecurityPrivacy.png)]] 189 189 {{{ 190 190 sudo spctl --master-disable