- Building Applications with Spring 5 and Kotlin
- Milo? Vasic
- 43字
- 2021-08-27 18:23:20
Linux
Here are the steps to install JDK in Linux:
- Download the proper RPM Package Manager (RPM) installation package for your platform.
- Open Terminal and install the package:
$ rpm -ihv package_you_downloaded.rpm
- Verify you have installed the Java version:
$ java -version