Advertisement
SpaceInvaders

Untitled

May 11th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ]# alternatives --config java
  2.  
  3. There are 4 programs which provide 'java'.
  4.  
  5. Selection Command
  6. -----------------------------------------------
  7. 1 /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java
  8. *+ 2 /usr/java/default/bin/java
  9. 3 /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.7.0.fc20.x86_64/jre/bin/java
  10. 4 /usr/lib/jvm/jre-1.8.0-openjdk.x86_64/bin/java
  11.  
  12. Enter to keep the current selection[+], or type selection number:
  13. ]# java -version
  14. java version "1.7.0_51"
  15. Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
  16. Java HotSpot(TM) Server VM (build 24.51-b03, mixed mode)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement