How to use the command update-alternatives --config java

后端 未结 8 1696
北恋
北恋 2020-11-28 22:05

I am installing Apache Solr on Linux Debian (Squeeze). I have been instructed to install sun-java jdk 1st. Then am told that I should use the command sudo update-alter

8条回答
  •  失恋的感觉
    2020-11-28 22:56

    There are many other binaries that need to be linked so I think it's much better to try something like sudo update-alternatives --all and choosing the right alternatives for everything else besides java and javac.

提交回复
热议问题