- Kotlin Programming By Example
- Iyanu Adelekan
- 206字
- 2021-08-27 20:00:03
Installation on Windows
The JDK can be installed on Windows in four easy steps:
- Double-click the downloaded installation file to launch the JDK installer.
- Click the Next button in the welcome window. This action will lead you to a window where you can select the components you want to install. Leave the selection at the default and click Next.
- The following window prompts the selection of the destination folder for the installation. For now, leave this folder as the default (also take note of the location of this folder, as you will need it in a later step). Click Next.
- Follow the instructions in the upcoming windows and click Next when necessary. You may be asked for your administrator's password, enter it when necessary. Java will be installed on your computer.
After the JDK installation has concluded, you will need to set the JAVA_HOME environment variable on your computer. To do this:
- Open your Control Panel.
- Select Edit environment variable.
- In the window that has opened, click the New button. You will be prompted to add a new environment variable.
- Input JAVA_HOME as the variable name and enter the installation path of the JDK as the variable value.
- Click OK once to add the environment variable.
推薦閱讀
- Fundamentals of Linux
- 編程卓越之道(卷3):軟件工程化
- 劍指JVM:虛擬機實踐與性能調優
- Manga Studio Ex 5 Cookbook
- AngularJS Web Application Development Blueprints
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- 云計算通俗講義(第3版)
- C++程序設計基礎教程
- Android系統級深入開發
- 速學Python:程序設計從入門到進階
- Windows Embedded CE 6.0程序設計實戰
- Unity 2018 Augmented Reality Projects
- Mastering Elasticsearch(Second Edition)
- Vue.js 3應用開發與核心源碼解析
- 測試架構師修煉之道:從測試工程師到測試架構師