Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36189

Configuring JDK with alternatives doesn't work

$
0
0
Hello, the default java installation is openJDK.

/usr/bin/java -> /etc/alternatives/java
/etc/alternatives/java -> /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java


I want to install JDK 1.6, and executed this command:

Code:

alternatives --install /usr/bin/java java /usr/lib/java/jdk1.6.0_45/bin/java 20000
But the symbolic link does change at all. What might be wrong?

Viewing all articles
Browse latest Browse all 36189

Trending Articles