Archive for the 'Java' Category
Installing Java on Ubuntu Breezy
0 Comments Published by Felipe Alfaro Solana January 1st, 2006 in Java, UbuntuDownload the Java Development Kit (or Runtime Environment) for Linux, self-extracting.
Edit /etc/apt/sources.list and unable universe and multiverse repositories:
deb http://us.archive.ubuntu.com/ubuntu breezy universe multiverse
deb http://us.archive.ubuntu.com/ubunty breezy-security universe multiverse
Install java-package and build-essential packages:
# apt-get update
# apt-get install java-package build-essential
Create a Debian package from the Java Linux, self-extracting file downloaded in step 1 and install the resulting package:
$ fakeroot [...]
AboutYou are currently browsing the Felipe Alfaro Solana weblog archives for the 'Java' category. Longer entries are truncated. Click the headline of an entry to read it in its entirety. |
||||