Today is a java development kit I will write about installing the JDK.
Abbreviation for Java Development Kit.
java is provided by Oracle. It is more convenient for oracle to be used for business. So that it doesn't change for other languages It's been updated frequently even after a long time since its release.
Is the JDK installed as a prerequisite? Check what is going on with ver.
Terminal
java -version
This link will take you to the website of Oracle, the provider of the JDK.
Then click the java icon in the center of the image.
There is a download list at the bottom of the link. Click I accept the license agreement Download the file that suits your PC.
After that, open the downloaded one and install it according to the flow, and you're done.
If you can confirm the problem by confirming the installation of the JDK mentioned above in the confirmation, it is complete.
Recommended Posts