switching java-versions in ubuntu

Nikolaus Gradwohl2009-01-23T15:19:00+01:00

to switch between 2 installed versions of the jdk in ubuntu 2 commands are needed:

sudo update-alternatives --config java

is used to choose the java version

sudo update-alternatives --config javac

is used to change the javac version

Tweet This! submit to reddit Digg!   Tags: | 1 comments | no trackbacks

Trackbacks

Comments

Leave a response

  1. Laiq 2009-04-09T15:40:04+02:00

    Thanks. Helped

Leave a comment