diff --git a/src/docs/attic/old-mediawiki-content/Portable_Freeplane.md b/src/docs/attic/old-mediawiki-content/Portable_Freeplane.md index 2269cea..8e9ed62 100644 --- a/src/docs/attic/old-mediawiki-content/Portable_Freeplane.md +++ b/src/docs/attic/old-mediawiki-content/Portable_Freeplane.md @@ -2,17 +2,24 @@ # Portable Freeplane -Freeplane can run as a [portable application](http://portableapps.com/) from your USB stick. +Freeplane can run as a [portable application](http://portableapps.com/) from your USB stick. ## Windows -#[Download a portable apps platform](http://portableapps.com/download) and install it on your USB stick, -#run the platform software from the stick, -#[Download a portable java](http://portableapps.com/apps/utilities/java_portable), -#[Download FreeplanePortable_XX.paf.exe](http://sourceforge.net/projects/freeplane/files/freeplane%20stable/), +#[Download a portable apps platform](http://portableapps.com/download) and install it on your USB stick, +#run the platform software from the stick, +#[Download a portable java](http://portableapps.com/apps/utilities/java_portable), +#[Download FreeplanePortable_XX.paf.exe](http://sourceforge.net/projects/freeplane/files/freeplane%20stable/), #Install portable java and freeplane as explained [here](http://portableapps.com/support/portable_app#installing) -Now you can start Freeplane from the portable app platform program menu and it should use the java runtime from the stick. +If Freeplane does not detect Java automatically, edit: - +PortableApps\PortableApps\FreeplanePortable\App\AppInfo\Launcher\FreeplanePortable.ini + +and make sure the following path points to the correct Java installation: + +FREEPLANE_JAVA_HOME=%PAL:PortableAppsDir%\CommonFiles\Java +Now you can start Freeplane from the portable app platform program menu and it should use the Java runtime from the USB stick. + +