Thursday 24 November 2005

Installing SUN Java on Ununtu

One of the uses of a blog is to make notes for myself to follow later. I often ending up doing the job multiple times and forgetting how I did it.

From these notes I install SUN Java on Ubuntu Breezy Badger.

sudo apt-get install fakeroot java-package java-common

fakeroot make-jpkg --full-name "My Name" --email "me@example.com" jdk-1_5_0_05-linux-i586.bin

sudo dpkg -i sun-j2sdk1.5_1.5.0+update05_i386.deb

sudo update-alternatives --config java


No comments:

Post a Comment