crash of midori when downloading java for arm processors!

Started by mat117, May 01, 2014, 09:17:39 AM

Previous topic - Next topic

mat117

i tried to download java JDK arm edition(the same that i use on raspberry pi) but the browser midori when the download reach 50 mbytes crash! i ask for a command line that can I use to install java on the A10 lime...

lubod

I would try wget http://whatever.the.url.is.com
I am almost positive it is installed in Debian x86 distributions by default, and I would think it is on the Lime too. I've downloaded large files with it on x86 with no problems. If not, it can be installed with:

sudo apt-get install wget
or if run as root you can skip sudo.

HTH.