kmfkmachines.blogg.se

Update alternatives java
Update alternatives java








update alternatives java

(Check the link below for updated complete update-alternatives script) sudo update-alternatives -install /usr/bin/java java /media/mydisk/jdk/bin/java 100 I actually use these commands to install jdk1.6.0_25. For Java 9, you have to add jcmd, jjs, jdeps and jshell to the Java 6 list.For Java 8, you have to add jcmd, jjs and jdeps to the Java 6 list.For Java 7, you have to add jcmd to the Java 6 list.The command update-java-alternatives sets alternatives for java components and it seems to use update-alternatives for this. These components are appletviewer, extcheck, idlj, jar, jarsigner, java, javac, javadoc, javah, javap, javaws, jconsole, jdb, jexec, jhat, jinfo, jmap, jps, jrunscript, jsadebugd, jstack, jstat, jstatd, keytool, mozilla-javaplugin.so, native2ascii, orbd, pack200, policytool, rmic, rmid, rmiregistry, schemagen, serialver, servertool, tnameserv, unpack200, wsgen, wsimport, xjc.įor further information, you can see the man pages for update-alternatives : man update-alternatives. You have to do this for other jdk components too.

update alternatives java

# Setting the new alternative as default for "java". Sudo update-alternatives -install /usr/bin/java java /media/mydisk/jdk/bin/java 1 You can do this with sudo update-alternatives : # Adding a new alternative for "java".










Update alternatives java