Saturday, March 15, 2014

Change usable version of Java

I always forget how to change usable version of Java in Ubuntu. Well, here's how:

user@userPC: sudo update-alternatives --config java
user@userPC: sudo update-alternatives --config javac
user@userPC: sudo update-alternatives --config javaws

Enjoy :)

No comments:

Post a Comment