|
2010-01-12
, 10:31
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#92
|
|
2010-01-12
, 10:40
|
|
Posts: 276 |
Thanked: 224 times |
Joined on Dec 2009
@ Frankfurt, Germany
|
#93
|
|
2010-01-12
, 11:25
|
Posts: 80 |
Thanked: 114 times |
Joined on Dec 2009
@ Belgium
|
#94
|
Thanks for the great work everyone.
I have copied the ejre-1_6_0_10-ea-b39-linux-armv6-vfp-eabi-headless-eval-30_jul_2009.tar.gz file to my N900, then I followed the instructions to extract it.
sudo gainroot
mkdir /home/opt/java
cd /opt/opt
tar xzf /home/user/MyDocs/*.tar.gz
Then I typed
ln -s /home/opt/java/ejre1.6.0_10/bin/java /usr/local/bin/java
I edited my /etc/profile and added the :/usr/local/bin to the export PATH= line.
When I go into XTERM without doing sudo gainroot now and type java I get an error "Java SE Embedded Evaluation Version Initialization Error...try again as root". But, when I sudo gainroot and type java I get the message "/bin/sh: java: not found"
Any ideas?
Also...on the J2ME front, I downloaded the javame_0.1-1_armel.deb file today and tried to install it, but Red Pill Mode is gone from the fireware now! Anyone know how I install a .deb file without Red Pill mode?
Thanks,
Shep
The Following 3 Users Say Thank You to beli For This Useful Post: | ||
|
2010-01-12
, 11:42
|
Posts: 36 |
Thanked: 9 times |
Joined on Jan 2010
|
#95
|
|
2010-01-12
, 11:46
|
Posts: 38 |
Thanked: 19 times |
Joined on Jan 2008
@ Germany
|
#96
|
Also...on the J2ME front, I downloaded the javame_0.1-1_armel.deb file today and tried to install it, but Red Pill Mode is gone from the fireware now! Anyone know how I install a .deb file without Red Pill mode?
The Following User Says Thank You to Olle For This Useful Post: | ||
|
2010-01-12
, 12:03
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#97
|
|
2010-01-12
, 12:57
|
Posts: 40 |
Thanked: 16 times |
Joined on Aug 2008
|
#98
|
The Following 3 Users Say Thank You to sevdali For This Useful Post: | ||
|
2010-01-12
, 13:10
|
Posts: 291 |
Thanked: 134 times |
Joined on Dec 2009
@ North-west, UK
|
#99
|
|
2010-01-12
, 13:20
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#100
|
The Following 3 Users Say Thank You to SubCore For This Useful Post: | ||
Now I have one question which i don't know should be solved in java or linux. Most of my Swing GUI's are created in horisontal mode, but when I launch them on the phone offcourse they will be launched in landscape and become scaled in the wrong way.
Doe's anyone know how to rotate the app 90 degrees, still making the buttons and so work?