Google Answers Logo
View Question
 
Q: installing and using java jdk in ubuntu linux ( No Answer,   1 Comment )
Question  
Subject: installing and using java jdk in ubuntu linux
Category: Computers > Programming
Asked by: bigsticks-ga
List Price: $10.00
Posted: 13 Sep 2006 14:02 PDT
Expires: 13 Oct 2006 14:02 PDT
Question ID: 765017
I am now installing ubuntu 6.06 LTS on an old laptop and I need to
have the java sdk (i believe I need version JDK 5.0 Update 8)
installed for a java programming class I am starting this monday,
9/18/2006. I took a basic java class before (when I had a working pc
w/windows installed) so I am familiar with setting up the classpath,
etc., in windows, to be able to write java programs, but how is the
setup done in linux? All I really need is to have the java environment
up and running on ubuntu by monday, but I am a linux newbie, so I will
also need some fairly detailed instruction on what the steps would be
in linux to use a text editor to create the .java files, compile,
create html files, etc. But this can't be too difficult, right? One
restriction: I may not have internet access on the linux computer
since i can't get my linksys wireless card working with it yet, so i
will need the direct links of where I can obtain any needed software
(do i need to download the 'multiverse repository'?) using a windows
pc and then transfer it to the linux pc on cd. Let me know if this is
(or isn't) worth the price I have set. Thanks!!
Answer  
There is no answer at this time.

Comments  
Subject: Re: installing and using java jdk in ubuntu linux
From: sebmaynard-ga on 21 Sep 2006 06:27 PDT
 
I know it's a bit after when you asked this, so hopefully you've got
internet access working...

First step:
open up a command line. type sudo nano /etc/apt/sources.list
(it will probably ask for your password)

That should open up a text mode editor. add these 2 lines to the top:
deb http://us.archive.ubuntu.com/ubuntu dapper main restricted
deb http://us.archive.ubuntu.com/ubuntu dapper universe multiverse 

then press ctrl+o (write Out) to save the file

Then press ctrl+x (eXit)

Then type sudo apt-get update
(wait a little while...)

Then, just type:
sudo apt-get install sun-java5-jdk 

That's it! you should now have java installed :D

To get a good programming editor / IDE, goto eclipse.org and download
the linux   zip file for that - extract it somewhere then just run it
- should be everything you need :)

Seb

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy