- 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.
- 演進式架構(原書第2版)
- Linux核心技術從小白到大牛
- 信息可視化的藝術:信息可視化在英國
- Scala編程實戰(原書第2版)
- 51單片機C語言開發教程
- Creating Data Stories with Tableau Public
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Everyday Data Structures
- 零基礎學Python編程(少兒趣味版)
- Python Projects for Kids
- Clojure High Performance Programming(Second Edition)
- Java程序設計教程
- Learning Unreal Engine Game Development
- JBoss AS 7 Development
- React.js實戰