- 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
.
推薦閱讀
- 數(shù)據(jù)要素安全流通
- ETL數(shù)據(jù)整合與處理(Kettle)
- 數(shù)據(jù)挖掘原理與實(shí)踐
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長之路
- 劍破冰山:Oracle開發(fā)藝術(shù)
- 云計(jì)算服務(wù)保障體系
- Live Longer with AI
- 數(shù)據(jù)庫系統(tǒng)原理及應(yīng)用教程(第4版)
- 算法與數(shù)據(jù)中臺:基于Google、Facebook與微博實(shí)踐
- Sybase數(shù)據(jù)庫在UNIX、Windows上的實(shí)施和管理
- 白話大數(shù)據(jù)與機(jī)器學(xué)習(xí)
- 金融商業(yè)算法建模:基于Python和SAS
- 大數(shù)據(jù)精準(zhǔn)挖掘
- 一本書講透Elasticsearch:原理、進(jìn)階與工程實(shí)踐
- Mastering LOB Development for Silverlight 5:A Case Study in Action