- Kotlin Programming By Example
- Iyanu Adelekan
- 80字
- 2021-08-27 20:00:04
Installation on Linux
Installation of the JDK on Linux is easy and straightforward using apt-get:
- Update the package index of your computer. From your terminal, run:
sudo apt-get update
- Check whether Java is already installed by running the following:
java -version
- You'll know Java is installed if the version information for a Java install on your system is printed. If no version is currently installed, run:
sudo apt-get install default-jdk
That's it! The JDK will be installed on your computer.
推薦閱讀
- INSTANT OpenCV Starter
- LabVIEW入門與實戰開發100例
- 微服務與事件驅動架構
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- 信息可視化的藝術:信息可視化在英國
- PHP程序設計(慕課版)
- arc42 by Example
- INSTANT MinGW Starter
- Android NDK Beginner’s Guide
- Python數據分析(第2版)
- Getting Started with Python Data Analysis
- Responsive Web Design by Example
- Learning DHTMLX Suite UI
- Python程序設計與算法基礎教程(第2版)(微課版)
- Rust游戲開發實戰