I recently had to upgrade to a VPS server (HostGator Linux) because I wanted to run a script that was a bit more complicated than the regular PHP db manipulation. I'm trying to install a JDK and Apache Ant (if it matters, for compiling Android Apps on server).
I watched tutorials on Linux Bash and started using it. I am currently trying to install Java (with JDK and JRE) on to the server.
I am following the tutorial on this page: http://www.oracle.com/technetwork/java/javase/install-linux-64-self-extracting-142068.html
However, I don't know what to do at this line:
Download and check the download file size.
You can download to any directory that you can write to.
How do I download Java from the command line?
If it matters, I am running CentOS v5.8