[Level 1] Install freemind on OpenSolaris
These days, my colleague want to find the freemind tool which can run on OpenSolaris, finally, we got one. And you can download it from the following link: http://freemind.sourceforge.net/wiki/index.php/Download After downloaded, you can got a zip file. then de-compress it. # cd /src # mkdir freemind # cd freemind; unzip ../freemind-bin-max-0_8_1.zip < lengthy output omitted > # chmod u+x ./freedmind.sh # ./freemind.sh # ps -ef | grep freemind stanley 1155 810 0 14:25:00 pts/2 0:05 /usr/java/bin/java -Dfreemind.base.dir=. -cp ::./lib/freemind.jar:./lib/ant/lib Wish this helps. regards, Stanley Huang