- Java 9 Programming By Example
- Peter Verhas
- 404字
- 2021-07-02 23:37:26
Installation on MAC OS X
In this section, we will take look at how to install Java step-by-step on an OS X platform. I will describe the installation process for the released version available at the time of writing this book. As for now, the Java 9 early access version is a bit tricky to install. It is probable that version Java 9 will have similar or the same install steps as Java 8 update 92 has.
The OS X version of Java comes in the form of a .dmg file. This is a packaging format of OS X. To open it, simply double click on the file in the Download folder where the browser saves it and the operating system will mount the file as a read-only disk image.

There is only one file on this disk: the installation image. Double click on the file name or icon in the Finder application and the installation process will start.

The first screen opening is a welcome screen. Click Continue and you will see the Summary page that displays what will be installed.
It is not a surprise that you will see a standard Java installation. This time, the button is called Install. Click on it and you will see the following:

This is the time when you have to provide the login parameters for the administrative user—a username and password. When provided, installation starts and, in a few seconds, you will see a Summary page.

Click Close and you are ready. You have Java installed on your Mac. Optionally, you can dismount the installation disk and, sometime later, you can also delete the .dmg file. You will not need that, and in case you do, you can download it any time from Oracle.
The last thing is to check whether the installation was okay. Proof of the pudding is eating it. Start a Terminal window and type java -version at the prompt and Java will tell you the version installed.
On the next screenshot you can see the output on my workstation and also the Mac OS commands that are handy to switch between the different versions of Java:

On the screenshot, you can see that I have installed the Java JDK 1.8u92 version and, at the same time, I also have a Java 9 early release installation, which I will use to test the new features of Java for this book.
- Progressive Web Apps with React
- Mastering Spring MVC 4
- Learning Linux Binary Analysis
- C語言程序設計
- R數據科學實戰:工具詳解與案例分析
- Programming Microsoft Dynamics? NAV 2015
- 分布式數據庫原理、架構與實踐
- ASP.NET求職寶典
- Drupal 8 Development Cookbook(Second Edition)
- 從零開始學Python大數據與量化交易
- 嵌入式C編程實戰
- HTML并不簡單:Web前端開發精進秘籍
- Python人工智能項目實戰
- Python金融風控策略實踐
- Infusionsoft Cookbook