- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 155字
- 2021-06-24 19:17:28
Installing OpenJDK
OpenJDK is a stable, free, and open source Java development kit. This package will be required for everything related to code compilation and runtime environments.
Also, it is possible to use an Oracle JDK, but you should pay attention to the License and Agreements.
To install OpenJDK, we will open a terminal and run the following command:
sudo apt-get install openjdk-8-jdk -y
We can find more information on how to install Java 8 JDK in the installation section ( http://openjdk.java.net/install/) of the OpenJDK page.
Check the installation using the following command:
java -version
You should see the OpenJDK version and its relevant details displayed as follows:

Now that we have installed the Java development kit, we are ready for the next step. In the real world, we must have a build tool to help developers to compile, package, and test the Java applications.
Let's install Maven in the next section.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- TypeScript入門與實戰(zhàn)
- Mastering Kotlin
- Practical Windows Forensics
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Getting Started with Greenplum for Big Data Analytics
- RISC-V體系結構編程與實踐(第2版)
- Java編程的邏輯
- Keras深度學習實戰(zhàn)
- Learning jQuery(Fourth Edition)
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- HTML5移動Web開發(fā)
- Java語言程序設計實用教程(第2版)
- 前端架構設計
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)