Advertisement
Guest User

Untitled

a guest
Feb 4th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. :~$ sudo update-alternatives --config mozilla-javaplugin.so
  2. There are 2 choices for the alternative mozilla-javaplugin.so (providing /usr/lib/mozilla/plugins/libjavaplugin.so).
  3.  
  4. Selection Path Priority Status
  5. ------------------------------------------------------------
  6. * 0 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnpjp2.so 1072 auto mode
  7. 1 /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so 1071 manual mode
  8. 2 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnpjp2.so 1072 manual mode
  9.  
  10. Press enter to keep the current choice[*], or type selection number:
  11. :~$ sudo update-alternatives --config java
  12. There are 2 choices for the alternative java (providing /usr/bin/java).
  13.  
  14. Selection Path Priority Status
  15. ------------------------------------------------------------
  16. * 0 /usr/lib/jvm/java-7-oracle/jre/bin/java 1072 auto mode
  17. 1 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1071 manual mode
  18. 2 /usr/lib/jvm/java-7-oracle/jre/bin/java 1072 manual mode
  19.  
  20. Press enter to keep the current choice[*], or type selection number:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement