Tachyons Asked: 2012-07-15 23:05:31 +0800 CST2012-07-15 23:05:31 +0800 CST 2012-07-15 23:05:31 +0800 CST How do I create deb package for Oracle JDK? 772 How do I create a deb package for Oracle JDK for personal use? java 1 Answers Voted Best Answer Eric Carvalho 2012-07-16T10:38:24+08:002012-07-16T10:38:24+08:00 there's a script that downloads java packages from Oracle and builds a local deb repository so you can install JRE, JDK and java plugin. https://github.com/flexiondotorg/oab-java6 cd ~/ wget https://github.com/flexiondotorg/oab-java6/raw/master/oab-java.sh -O oab-java.sh chmod +x oab-java.sh sudo ./oab-java.sh For Java 7 run: sudo ./oab-java.sh -7 The debs will be available in /var/local/oab/deb.
there's a script that downloads java packages from Oracle and builds a local deb repository so you can install JRE, JDK and java plugin.
https://github.com/flexiondotorg/oab-java6
For Java 7 run:
The debs will be available in
/var/local/oab/deb
.