I hava installed oracle-jdk,so want to remove openjdk completely to ensure every java-based apps will use oracle jdk,but when I try to run "sudo apt-get remove openjdk-6-",ubuntu will remove openjdk-6 but try to install openjdk-7- at the same time automatically. So,how to remove openjdk-6 and stop ubuntu to install openjdk-7 at the same time.
Finally,I got a solution:disconnect from Internet,then do removing,it is removed completely
update-alternatives
does a great job switching the default java version, just in case you haven't known it:
$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/lib/jvm/java-7-oracle/jre/bin/java 1071 auto mode
1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual mode
* 2 /usr/lib/jvm/java-7-oracle/bin/java 1065 manual mode
3 /usr/lib/jvm/java-7-oracle/jre/bin/java 1071 manual mode
Press enter to keep the current choice[*], or type selection number:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With