Thread: using unzip
View Single Post
Posts: 36 | Thanked: 13 times | Joined on Dec 2009 @ Bandung, Indonesia
#7
Originally Posted by asskazuki View Post
Hi,

im just download this http://www.funshion.com/english/ into my n900 but how do i unzip it?
There's an alternative for unzipping files in Maemo/N900, it's called jar.

Install icedtea6 JDK.

Yes this installs a Java 6 runtime but that's a nice side effect, isn't it? (you can run Java SE apps) ;-)

Then you can use it to unzip files as such:

Code:
jar x FILENAME.zip
you can even create zip files:

Code:
jar c FILENAME.zip FILES...

Last edited by ceefour; 2010-06-05 at 12:58.