- Spring MVC Beginner’s Guide
- Amuthan G
- 248字
- 2021-07-16 11:25:37
Time for action – installing JDK
We are going to use Java 7 but Java 6 or any higher version is also sufficient. Let's take a look at how we can install JDK on Windows operating systems:
- Go to the Java SE download page on the Oracle website by entering the following URL in your browser: http://www.oracle.com/technetwork/java/javase/downloads/index.html.
- Click on the Java platform JDK 7 download link; this will take you to the license agreement page. Accept the license agreement by selecting that option in radio button.
- Now, click on the listed download link that corresponds to your Windows operating system architecture; for instance, if your operating system is of type 32 bit, click on the download link that corresponds to Windows x86. Or, if your operating system is of type 64 bit, click on the download link that corresponds to Windows x64.
- Now, it will start downloading the installer. Once the download is finished, go to the downloaded directory and double-click on the installer. This will open up the following wizard window; just click on the Next button in the wizard, leaving the default options alone, and click on the Close button at the end of the wizard:
JDK installation wizard
- Now you can see the installed JDK directory in the default location; in our case, the default location is
C:\Program Files\Java\jdk1.7.0_25
.
推薦閱讀
- 企業數字化創新引擎:企業級PaaS平臺HZERO
- Python數據分析與挖掘實戰
- Learning Spring Boot
- 算法與數據中臺:基于Google、Facebook與微博實踐
- INSTANT Cytoscape Complex Network Analysis How-to
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- 二進制分析實戰
- 數據分析師養成寶典
- 智慧城市中的大數據分析技術
- 大數據隱私保護技術與治理機制研究
- Arquillian Testing Guide
- ECharts數據可視化:入門、實戰與進階
- Tableau商業分析從新手到高手(視頻版)
- SQL Server 數據庫教程(2008版)