In short, all of the installation guides assume that I have a way to download the Java binary. Being clueless, I do not know how to do this.
I'm using Ubuntu 9.10-x86_64
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Use Here is the list of Java packages for Ubuntu 9.10 - http://www.ubuntugeek.com/install-java-runtime-environment-jre-in-ubuntu-9-10-karmic.html | |||||||
feedback
|
|
You can use wget from ssh to download a specific file, you can use
To copy a file over. From ssh do
To copy a file from a computer to the cwd Unless you need a specific java version I'd go with
| |||||||||||
feedback
|
|
Try this tutorial for manual installation of Sun Java runtime. You just need to choose the x64 runtime than the one shown in the screenshot. | |||||
feedback
|