PDA

View Full Version : [ubuntu] where can i download jdk and jre?



r1e1z1a
March 9th, 2009, 03:58 PM
where can i download jdk & jre for ubuntu 8.10?

This is the best forum i have ever seen.

thanks alot!!!!

Neo_The_User
March 9th, 2009, 04:08 PM
Java JRE from official site: http://java.com/en/download/linux_manual.jsp?locale=en&host=java.com:80

Java JDK from official site: https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u12-oth-JPR@CDS-CDS_Developer

Use the "Linux" one if you are not sure if you use an AMD64 processor.

PLEASE NOTE: YOU CAN USE THE SUN DOWNLOAD MANAGER! IT DOES EVERYTHING FOR YOU!

Java from repos:

Open up a terminal and copy and paste.



sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install sun-java6-jre sun-java6-bin sun-java6-jdk sun-java6-plugin


One more thing, if you're going to use the one from the java website, select the Linux (self-extracting file) or for AMD64 use Linux x64. If unsure, use the Linux (self-extracting file)

r1e1z1a
March 9th, 2009, 06:40 PM
Thanks Dear
"Neo_The_User"

but I can't download from sun(because of my Ip)
and I can't connect to internet with my UBUNTU to use add/remove etc..
(because ubuntu didn't recognize my modem)
i should download jdk from windows then install in my ubuntu os.

please tell me a good site for downloading jdk & jre.

thank you very very much; my friend!

Neo_The_User
March 9th, 2009, 06:42 PM
What version of ubuntu are you using? Then I can get you the .deb packages you can download on your windows computer then save to a flash drive then install via gdebi.

r1e1z1a
March 10th, 2009, 02:00 PM
UBUNTU 8.10

with special thanks!!

jespdj
March 10th, 2009, 04:29 PM
You can download the packages manually from http://packages.ubuntu.com

Look for sun-java6-jdk. Note that you will have to download all the packages that the JDK package depends on.