deb http://us.archive.ubuntu.com/ubuntu dapper main restricted
deb http://us.archive.ubuntu.com/ubuntu dapper universe multiverse
After this have apt updates its repository
sudo apt-get update
And finally, just tell it to install java
sudo apt-get install sun-java5-jdk
After this the rest of the process will display a dialog that will require you to accept the license agreement. When you do, the rest of the setup will happen on its own.
When you're on the command prompt type
javac -version
or
java -version
_____________
Edit: There is an Update to this post
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.