![]() |
2009-12-17
, 08:23
|
Posts: 15 |
Thanked: 3 times |
Joined on Nov 2009
|
#21
|
![]() |
2009-12-17
, 12:58
|
|
Posts: 134 |
Thanked: 247 times |
Joined on Sep 2009
@ Spain, EU
|
#22
|
![]() |
2009-12-17
, 15:32
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#23
|
But does the JRE really stop working after 90 days? Or is it only the license stating that you shouldn't use it after that time?
The Java SE for Embedded 6 releases are intended solely for evaluation purposes and will time out in 90 days. The software is free for development but requires a license and small royalty fee to redistribute as part of an embedded product. Please contact us for more information or to request the latest official release.
The Following User Says Thank You to Bratag For This Useful Post: | ||
![]() |
2009-12-17
, 16:27
|
Posts: 124 |
Thanked: 213 times |
Joined on Dec 2009
|
#24
|
![]() |
2009-12-17
, 16:36
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#25
|
sudo gainroot cd /opt tar xzf /home/user/MyDocs/*.tar.gz
![]() |
2009-12-17
, 16:38
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#26
|
All you need to do is use the "scp" command (Secure CoPy via SSH) with the "-r" option to recursively copy the folder and all its contents to your N900.
sudo gainroot mkdir /opt/java cd /home/user/MyDocs mv ejre1.6.0_10 /opt/java
sudo gainroot cd /home/opt/java tar -xzvf /home/user/MyDocs/<filename>.tar.gz
![]() |
2009-12-17
, 16:48
|
Posts: 313 |
Thanked: 86 times |
Joined on Oct 2009
|
#27
|
![]() |
2009-12-17
, 16:58
|
Posts: 42 |
Thanked: 2 times |
Joined on Dec 2009
|
#28
|
![]() |
2009-12-17
, 17:12
|
Posts: 124 |
Thanked: 213 times |
Joined on Dec 2009
|
#29
|
The Following 9 Users Say Thank You to Dak For This Useful Post: | ||
![]() |
2009-12-17
, 18:05
|
Posts: 42 |
Thanked: 2 times |
Joined on Dec 2009
|
#30
|
Next, you'll need to install a link to the main java program, so that when you open an xterm and type "java" it knows what you're talking about.
...
I'm working on registering the ".jar" extension so that you can just dbl-click them to run them....I thought I had it figured out, but it's not working yet.