View Single Post
Posts: 120 | Thanked: 69 times | Joined on Nov 2007 @ NL
#12
I use the headful, hard float version jre 1.6 for arm6 from http://java.sun.com/javase/downloads/embedded.jsp.
This java version only works for 90 days so you will have to download again then.

I unpacked this to a subfolder in /home/user and created a symbolic link to it in /home/user/bin (which is part of my $PATH)

The latest beta of the full desktop version of freemind works fine. Unzipped this somewhere in MyDocs, e.g. Mydocs/apps/freemind, copied the freemind.sh file to /home/user/bin
and added the line
Code:
FREEMIND_BASE_DIR="/home/user/MyDocs/apps/freemind"
to the top of this file.

You can start it from the commandline or create this file /usr/share/applications/hildon/freemind.desktop
Code:
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Terminal=true
Name=Freemind 
Exec=/home/user/bin/freemind.sh  
Icon=     
#X-Window-Icon=timerwidget
X-Window-Icon=     
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
You have to be root to create this file and you need to use the terminal to do all steps above.
 

The Following 3 Users Say Thank You to bousch For This Useful Post: