====Uruchomienie Freemind-a==== (dotyczy openSuSE 10.0) **1) Na początek musi być zainstalowana JAVA.** Prawdopodobnie ta z zestawu SuSE działa, ale ja muszę robić wszystko trudniej. Dlatego zastosowałem się do wskaząwek na stronie freemind-a, a dokładnie rzecz biorąc tych: //Install Java on UN*X// It doesn't really matter, just install some Java from Sun or Blackdown. Download the Java Runtime Environment (JRE) from Sun (Linux self-extracting file), called something like j2re-1_4_2_07-linux-i586.bin (http://java.sun.com/j2se/1.4.2/download.html) or jre-1_5_0_02-linux-i586.bin (http://java.sun.com/j2se/1.5.0/download.jsp), or from Blackdown (http://blackdown.org/). Before doing anything though, check to see if a usable Java is already on the system. Any Solaris (version 9 or newer) has one, for example. **2) Następnie zainstalowałem freemind.** Przy czym tak naprawdę to wcale nie jest instalacja, tylko skopiowanie plików. I tym razem posłużyłem się opisem ze stron freemind-a: //Install FreeMind on UN*X// Download the file called something like freemind-bin-max-0_8_0.zip (http://prdownloads.sourceforge.net/freemind/freemind-bin-max-0_8_0.zip?download) (or freemind-bin-0_8_0.zip (http://prdownloads.sourceforge.net/freemind/freemind-bin-0_8_0.zip?download) if you don't need the plugins), create somewhere a sub-directory and unpack there the file (as normal user or root, depending where you created the sub-directory): $ unzip .../freemind-bin-max-0_8_0.zip $ chmod +x freemind.sh **3) A na koniec - bardzo ważne - odpowiednio uruchamiamy.** Dlatego też ważna jest ta informacja ze strony freemind-a: You're done, on any system where /bin/sh is a POSIX-compliant shell. That's true on most Linux systems, but not on Solaris. On Solaris, edit the first line of freemind.sh and change /bin/sh to /bin/bash. Now you're done. __Co po polsku oznacza:__ W konsoli uruchamiamy freemind rozkazem sh /sciezka/do/skryptu/freemind.sh (**nie używać bash**!)