I need to download specific JDK version but from console in Linux. I have not lynx/elinks etc linstalled. Where can i download Java Development Kit (JDK) from ftp ?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
You can also use wget to download files over http. To install Sun JDK, do the following... Add this line to /etc/apt/sources.lst
Then sudo-apt-get install sun-java6-jdk will install it. Assuming Ubuntu 10.10, here... |
|||||
|
