You are on page 1of 1

Installing Oracle JDK from .tar.gz Go to Oracle website and download appropriate jdk .tar.

gz As a non-root user, run fakeroot make-jpkg jdk.tar.gz This will generate an appropriate dpkg which you can install with dpkg -i Afterwards, use update-alternatives --config java to set the appropriate jdk. make-jpkg belongs in package java-package sudo apt-get install java-package

You might also like