View Single Post
Posts: 958 | Thanked: 483 times | Joined on May 2010
#34
Originally Posted by jackburton View Post
The speed is fine once the app is fully loaded.

Java for N900 has been available for awhile now. The file I have is ejre-1_6_0_21-fcs-b09-linux-arm-vfp-eabi-min-27_sep_2010.ar.gz.

Search the forums for more details.

I think this is the direct link:
http://www.oracle.com/technetwork/ja...sp-135769.html

Get the ARMv7 Linux - Headful version.

I extracted mine to /opt. Java is in /opt/ejre/bin/java. You may need to add execute bits to the binaries in bin using chmod.

Then download freemind and extract it. I have it in /home/user/MyDocs/Downloads/freemind. Open terminal and set JAVA_HOME and then 'sh freemind.sh'.

Code:
[2|user@Nokia-N900|~/MyDocs/Downloads/freemind]export JAVA_HOME=/opt/ejre1.6.0_21/
[2|user@Nokia-N900|~/MyDocs/Downloads/freemind]sh freemind.sh
thanks. which version of freemind? i'm assuming the debian one? then i extract the deb file using tar? i've managed to install java and tested it. so the runtime environment is ready.