Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 21492  / 2 Years ago, mon, september 26, 2022, 7:49:59

I tried to follow the excellent answer to the question How to correctly remove OpenJDK and JRE and set the system use only and only Sun JDK and JRE?, but there seem to be some side effects:



root@ubuntu10:/usr/local/bin# update-java-alternatives -s java-6-sun
update-alternatives: error: no alternatives for java-rmi.cgi.
update-alternatives: error: no alternatives for mozilla-javaplugin.so.
update-alternatives: error: no alternatives for xulrunner-1.9-javaplugin.so.
update-alternatives: error: no alternatives for mozilla-javaplugin.so.
update-alternatives: error: no alternatives for xulrunner-1.9-javaplugin.so.


Any idea how to correct this?


More From » java

 Answers
5

Sun-6-java is being phased out by Oracle and is no longer supported. This is why there are no plugins available for your browser anymore.



OpenJDK is the only stack you should be using as sun-java-6 is outdated and deprecated.



http://en.wikipedia.org/wiki/OpenJDK



If you would like to use Proprietary Closed Source features in Java you will need to install the version from java.com (which is also OpenJDK so don't really see any benefit over the Ubuntu Repository version).



OpenJDK is backwards compatible with the old Sun-6-java. What can you not run with OpenJDK?



Oracle Offers Links to Java 7, you have to go out of your way to get Java 6.



The previous edit to my post by "broiyan" is depricated.


[#42028] Wednesday, September 28, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ttarum

Total Points: 417
Total Questions: 101
Total Answers: 115

Location: Maldives
Member since Wed, Nov 4, 2020
4 Years ago
;