View Single Post
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#26
Originally Posted by Dak View Post
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.
this requires an OpenSSH daemon running on the N900. If you don' know what that means or don't want to install yet another application, you can just copy the ejre folder with the (windows) GUI onto the tablet, and use XTerminal to move it from /home/user/MyDocs/ejre to /opt

the command(s) would look like this:

Code:
sudo gainroot
mkdir /opt/java
cd /home/user/MyDocs
mv ejre1.6.0_10 /opt/java


i'm sorry i forgot that mydocs is of course a vfat and will loose needed executable flags.
the above is wrong, do this instead:
copy the .tar.gz (or .tgz, haven't d/l it yet) on the n900, then
Code:
sudo gainroot
cd /home/opt/java
tar -xzvf /home/user/MyDocs/<filename>.tar.gz
btw, /home/opt and /opt are the same.
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg

Last edited by SubCore; 2009-12-17 at 19:57.
 

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