Changes between Version 10 and Version 11 of USB_Stick
- Timestamp:
- 2013-07-15T20:01:11+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
USB_Stick
v10 v11 3 3 '''Run JOSM on a "foreign" Windows machine without installation or a JAVA machine installed on it! ''' 4 4 5 ''http://www.portableApps.com offers a method to install a JAVA machine on an USB stick, so you can run JAVA .jar files on a foreign machine without further installation. 5 ''[http://www.portableApps.com portableApps] offers a method to install a JAVA machine on an USB stick, so you can run JAVA .jar files on a foreign machine without further installation. 6 6 Once this is installed on the stick, you can run a normal josm-tested.jar/josm-latest.jar with it. All personal files (like the settings, plugins) will be stored on the stick. You will need ~140MB free space on your USB stick. 7 7 '' … … 12 12 == Stick in your USB stick == 13 13 Ok, this part was easy! :-) 14 14 15 15 16 == Download and install the "PortableApps.com Suite" == … … 32 33 33 34 == Download and save "josm-tested.jar" on your USB stick == 34 From http://josm.openstreetmap.de/josm-tested.jardownload the tested JOSM version and save it on your USB stick (e.g. at g:\josm-tested.jar)35 From [wiki:Download Download] download the tested JOSM version ([/josm-tested.jar josm-tested.jar]) and save it on your USB stick (e.g. at `g:\josm-tested.jar`) 35 36 36 ''You can replace 'josm-tested' with 'josm-latest' if you like living on the edge. The difference should be self-explanatory - if it isn't, stick with josm-tested.'' 37 ''You can replace 'josm-tested' with '[/josm-latest.jar josm-latest]' if you like living on the edge. The difference should be self-explanatory - if it isn't, stick with josm-tested.'' 37 38 38 == Remove the USB stick == 39 * If you have any applications accessing the content of your USB drive (e.g. explorer showing g:\), close them 40 * There should be a PortableApps.com icon in your taskbar (usually at the bottom right of the screen), right click on it and choose exit 41 * Use Windows "Safely remove hardware" to throw out the stick (us usual for USB devices) 39 40 == Remove the USB stick == #RemoveUsb 41 * If you have any applications accessing the content of your USB drive (e.g. explorer showing g:\), close them 42 * There should be a PortableApps.com icon in your taskbar (usually at the bottom right of the screen), right click on it and choose exit 43 * Use Windows "Safely remove hardware" to throw out the stick (as usual for USB devices) 42 44 43 45 44 46 == Start JOSM from the stick == 45 46 47 48 49 ''g:\josm-tested.jar'')50 47 * Stick in your USB stick 48 * If autorun is enabled, "Start PortableApps.com" should appear, please start it 49 * If nothing happens, just start g:\Start.exe directly 50 * The PortableApps menu should appear, select "Java Portable Launcher" 51 * Choose josm-tested.jar (in our example at `g:\josm-tested.jar`) 52 * JOSM should start up as usual 51 53 52 54 If you've closed JOSM, you can restart it from the PortableApps.com icon in your taskbar. 53 To remove the stick, close a running JOSM and follow the "Remove the USB stick" instructions as above.55 To remove the stick, close a running JOSM and follow the "Remove the USB stick" instructions as [#RemoveUsb above]. 54 56 55 57 … … 59 61 Remember to enter your user account, adjust settings and download the required plugins. 60 62 61 In case you want to know, all personal files will go to: ''G:\PortableApps\JavaPortableLauncher\Data\AppData\JOSM'' 63 In case you want to know, all personal files will go to: `G:\PortableApps\JavaPortableLauncher\Data\AppData\JOSM` 64 65 **Have fun with your portable JOSM! ** 62 66 63 67 64 '''Have fun with your portable JOSM! '''65 66 68 == See also == 67 68 http://wiki.openstreetmap.org/wiki/JOSM/HOWTO/Run_from_flash_disk_with_Java 69 [https://wiki.openstreetmap.org/wiki/JOSM/HOWTO/Run_from_flash_disk_with_Java Howto on the OSM-wiki]