- 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.
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- C語言程序設計案例教程(第2版)
- 認識編程:以Python語言講透編程的本質
- PyQt從入門到精通
- Mastering Unity Shaders and Effects
- Visual Basic學習手冊
- 你不知道的JavaScript(中卷)
- Android開發:從0到1 (清華開發者書庫)
- Everyday Data Structures
- 微課學人工智能Python編程
- Machine Learning for Developers
- IBM Cognos TM1 Developer's Certification guide
- 零基礎學C++(升級版)
- Learning C++ by Creating Games with UE4
- Neo4j 3.x入門經典