Default Java (JDK) on Ubuntu 18 Configuration
I have written steps during changing default java from JDK version 11 to JDK version 8 on Ubuntu 18. All installed JDKs are located and can be found at: /usr/lib/jvm
PROBLEMS, CODE AND OTHER INTERESTING STUFF
I have written steps during changing default java from JDK version 11 to JDK version 8 on Ubuntu 18. All installed JDKs are located and can be found at: /usr/lib/jvm
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren’t special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the…