Changes between Version 92 and Version 93 of InstallNotes


Ignore:
Timestamp:
2017-12-12T15:54:31+01:00 (6 years ago)
Author:
Mxdanger
Comment:

Grammar changes and fixed the classic mac os x to macOS

Legend:

Unmodified
Added
Removed
Modified
  • InstallNotes

    v92 v93  
    1414To avoid the Java console windows staying open, you can use `javaw.exe` instead of `java.exe`.
    1515
    16 Be carefully if you run a 64-bit version of Windows, the Java Runtime (update every month) may be installed in 64-bit when visiting the Java web site with a 64-bit version of your browser, or in 32-bit otherwise.
     16Be careful if you run a 64-bit version of Windows, the Java Runtime (update every month) may be installed in 64-bit when visiting the Java website with a 64-bit version of your browser, or in 32-bit otherwise.
    1717Both Java platforms will coexist on the PC, but by default the file associations will run first the 32-bit version, creating VMs limited to a maximum of 247MB (if your VM size reaches this limit, due to the volume of data loaded, JOSM may become very slow or unresponsive).
    1818
     
    2121Visit the www.java.com main site, choose to download java ... and chose the i586 package. You can keep the 64-bit package because it is not installed at the same location than the 32-bit (i586) package.
    2222
    23 If only a 64-bit version of Java is installed on a 64-bit version of Windows (and with a Java version higher or equal to the minimum version specified in the JNLP if you use JavaWebStart to download/update and launch JOSM), JOSM will start automatically in a 64-bit Java VM (with more memory available to handle larger volumes of data, and better performance). Otherwise it will launch in a 32-bit Java VM, unless you add VM parameters to the command line to locate and use the 64-bit version of Java.
     23If only a 64-bit version of Java is installed on a 64-bit version of Windows (and with a Java version higher or equal to the minimum version specified in the JNLP if you use JavaWebStart to download/update and launch JOSM), JOSM will start automatically in a 64-bit Java VM (with more memory available to handle larger volumes of data, and better performance). Otherwise, it will launch in a 32-bit Java VM, unless you add VM parameters to the command line to locate and use the 64-bit version of Java.
    2424
    2525But you may also uninstall any 32-bit versions of Java if you don't need applets in a 32-bit browser (the 32-bit version of Java remains useful when using an old 32-bit browser for using applets in web pages, or for 32-bit OSes where this is the only choice available on the web or in standalone usage).
     
    2929
    3030 **packages**::
    31  In some Distributions prepacked packages exist to install JOSM with your favorite package manager from the repositories.
     31 In some Distributions, prepacked packages exist to install JOSM with your favorite package manager from the repositories.
    3232 Although these packages might be a bit older than the .jar files on the main page, they usually fit better into the environment and install dependencies and a starter in the menu automatically.
    3333
     
    3535
    3636
    37  For SUSE and Ubuntu there are also packages on this page [[Download#openSUSE|available]].
     37 For SUSE and Ubuntu, there are also packages on this page [[Download#openSUSE|available]].
    3838 If there exists no package or you do not want to use it you can download the JOSM .jar file from the [WikiStart main page] (tested or latest version) or build it from source.
    3939
     
    5858
    5959 '''GNOME'''::
    60   Right click on the JAR file, and select __O__pen with "OpenJDK8 Runtime", or whatever Java version you have.
     60  Right-click on the JAR file, and select __O__pen with "OpenJDK8 Runtime", or whatever Java version you have.
    6161
    6262 '''XGL/Compiz'''::
     
    7171  AWT before JDK7 [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6574362 doesn't play well] with non-reparenting window managers (i.e. xmonad, awesome, dwm, ratpoison, Ion3, ...), resulting in the main window not being displayed properly on startup.  The Awesome Wiki has [http://awesome.naquadah.org/wiki/Problems_with_Java workarounds] for this problem.  There is also an [http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-SetWMName.html xmonad specific] way of doing the wmname thing.
    7272
    73 === Mac OS X ===
    74 1. If you have downloaded `josm-latest.jar` you can start JOSM by clicking on the josm-latest.jar file in the Mac OS X Finder (you might get the warning that you are about to open a file from the internet - just accept).
     73=== MacOS ===
     741. If you have downloaded `josm-latest.jar` you can start JOSM by clicking on the josm-latest.jar file in the MacOS Finder (you might get the warning that you are about to open a file from the internet - just accept).
    7575
    7676 This way to start JOSM should be sufficient in most cases.
     
    8181[[Image(OSX_Error.png)]]
    8282
    83 4. If you need to supply parameters (e.g. -Xmx2048M to run with more Java memory) you can use the Mac OS X "Terminal":
     834. If you need to supply parameters (e.g. -Xmx2048M to run with more Java memory) you can use the MacOS "Terminal":
    8484
    85  Start the "Terminal" application (e.g. by typing "Terminal" into the Spotlight search)
     85 Start the "Terminal" application (e.g. by typing "Terminal" into the Spotlight Search, ⌘+space)
    8686
    8787* Now you have two options: