- Java 9 Programming By Example
- Peter Verhas
- 261字
- 2021-07-02 23:37:26
Installation on Windows
The installation process on Windows starts by double clicking on the downloaded file. It will start the installer that will present you a welcome screen.

Pressing the Next button we get a window where you can select the parts you want to install. Let's leave here the default selection, which means that we install all the downloaded parts of Java and press the button Next. The following window is where we can select the destination folder for the installation.

As for now we do not change the directory selected by the installer. Press Next. Later, when you become a professional Java developer, you may decide to install Java to a different location but then you will already have to know what you are doing.
You may need to click the Next button a few times and then the installer finishes. Provide the administrative password when asked and voila! Java is installed. This is really the very usual Windows installation process.
The last step is to set the environment variable JAVA_HOME. To do that in Windows we have to open the control center and select the Edit environment variables for your account menu.

This will open a new window that we should use to create a new environment variable for the current user.

The name of the new variable has to be JAVA_HOME and the value should point to the installation directory of the JDK.

This value on most of the systems is C:Program FilesJavajdk-9. This is used by many Java programs and tools to locate the Java runtime.
- Python編程自學手冊
- 零起步玩轉掌控板與Mind+
- Instant Lucene.NET
- Learning jQuery(Fourth Edition)
- Programming with CodeIgniterMVC
- 大學計算機基礎實驗指導
- ASP.NET Web API Security Essentials
- C++程序設計教程
- Mastering ASP.NET Core 2.0
- Offer來了:Java面試核心知識點精講(框架篇)
- Distributed Computing with Python
- Python程序設計教程
- Kotlin程序員面試算法寶典
- Learning Gerrit Code Review
- VBA Automation for Excel 2019 Cookbook