===== JDK Installation unter Mint / Ubuntu / Debian ===== * Passendes JDK Herunterladen: http://www.oracle.com/technetwork/java/javase/downloads/index.html * [[Java-Update-Script]] holen und ausführen und das passende JRE/JDK im Dialog auswählen. Pfad zur Installationsdatei als Parameter mit geben oder Installationsdatei auswählen fall ein neues JRE/JDK verwendet werden soll. sudo apt-get install dialog wget -O /usr/local/bin/update-java http://wiki.mhcsoftware.de/_export/code/java-update-script chmod +x /usr/local/bin/update-java sudo update-java [Pfad zum JRE/JDK] Testen ob die passende Version verwendet wird: # java -version java version "1.7.0_13" Java(TM) SE Runtime Environment (build 1.7.0_13-b21) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode) Siehe: http://www.webupd8.org/2010/04/java-update-script-for-ubuntu-version.html \\ Alternativer Download: http://code.google.com/p/webupd8/ \\ Alternativer Ansatz: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html (Macht aber immer wieder Ärger beim Download des JDK)