- 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.
- x86匯編語言:從實模式到保護模式(第2版)
- 云計算通俗講義(第3版)
- Asynchronous Android Programming(Second Edition)
- Java語言程序設計教程
- Learning Modular Java Programming
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Struts 2.x權威指南
- Python一行流:像專家一樣寫代碼
- 邊玩邊學Scratch3.0少兒趣味編程
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- 三步學Python
- Visual Basic.NET程序設計
- 米思齊實戰手冊:Arduino圖形化編程指南
- 軟件工程實用教程 (第3版)
- 區塊鏈技術與智能服務應用