Introduction As a lot of articles and programs require to have Java installed, this article will guide you through the process of installing and managing different versions of Java. Installing default JRE/JDK This is the recommended and easiest opt…
OpenJDK与JDK的区别: OpenJDK是JDK的开放原始码版本,以GPL协议的形式放出.两者的授权协议的不同,且在采用GPL协议的OpenJDK中,SUNJDK的一部分源代码因为产权的问题无法开放OpenJDK使用,所以相比于JDK,OpenJDK源代码不完整,只包含最精简的JDK. Ubuntu下OpenJDK与JDK的安装: 1.OpenJDK的安装 参考官方网站的介绍 How to download and install prebuilt OpenJDK packages Ubu…
ubuntu下配置JDK环境变量ubuntu下的JDK配置本质上和win一样的:1.去官网下载JDK,选择适合自己版本,我下载的版本是jdk-8u121-linunx-x64.tag.gz,官方网址http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html2.解压后得到名称为jdk1.8.0_121的文件夹,将其复制到/usr/lib/jvm下(需要新建jvm文件夹). tar zxvf…