java on karmic, I have decided

I have decided to build sun-java5 on my own repo
It is a rebuild of the jaunty sun-java5
Now I can do what I need to do, (using java on firefox)

below a small procedure to install the packages from my repo

first you need to accept my gpg key

wget http://repo.verbelen.org/ubuntu/gpg.key -O verbelen.org.key
apt-key add verbelen.org.key

Now you need to add the repo to your sources.list
(edit /etc/apt/sources.list and add below)

deb http://repo.verbelen.org/ubuntu karmic non-free

Then reload your database

apt-get update

And list or install what you need

apt-cache search sun-java5
sun-java5-bin - Sun Java(TM) Runtime Environment (JRE) 5.0 (architecture dependent files)
sun-java5-demo - Sun Java(TM) Development Kit (JDK) 5.0 demos and examples
sun-java5-doc - Sun JDK(TM) Documention -- integration installer
sun-java5-fonts - Lucida TrueType fonts (from the Sun JRE)
sun-java5-jdk - Sun Java(TM) Development Kit (JDK) 5.0
sun-java5-jre - Sun Java(TM) Runtime Environment (JRE) 5.0 (architecture independent files)
sun-java5-plugin - The Java(TM) Plug-in, Java SE 5.0
sun-java5-source - Sun Java(TM) Development Kit (JDK) 5.0 source files