Description:Java SE 9 is the latest update to the Java Platform(General Availability on 21 September 2017). This release includes much awaited new fea ...
Description:Java SE 9 is the latest update to the Java Platform(General Availability on 21 September 2017). This release includes much awaited new features like the modularization of the Java Platform, better performance, support for new standards, and many other improvements.
1.$ sudo add-apt-repository ppa:webupd8team/java //添加ppa下載源
2.$ sudo apt-get update //更新源伺服器以獲得最新軟體包
3.$ sudo apt-get install oracle-java9-installer
4.wenj16@wenj16-Lenovo-YOGA-710-14IKB:/opt$ java -version