Archive for the 'Java' Category



Download 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 [...]