How do I install JDK to my windows.The one one this app isn't really explanatory. I don't understand it yet. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I install JDK to my windows.The one one this app isn't really explanatory. I don't understand it yet.

Installing JDK

20th Sep 2016, 7:06 AM
Abdul Azeez
Abdul Azeez - avatar
3 Answers
+ 1
Goto oracle.com and download the latest JDK. And install it. If you are not very familiar with installation try to search you tube for a video.
20th Sep 2016, 7:24 AM
SUBHANKAR NATH
SUBHANKAR NATH - avatar
0
Oh, Thanks man 👍
20th Sep 2016, 7:35 AM
Abdul Azeez
Abdul Azeez - avatar
0
Oracle provides Java Platform in two types: Java Runtime Environment (JRE) and Java Development Kit (JDK). The JRE consists of the Java Virtual Machine (JVM) and other components needed to run program written using Java language. While JDK shall be composed of the JRE itself plus development tools, compilers, and also debuggers necessary for creating programs written using Java language. We require JDK for create Java programs. Find how to install JDK for Windows in http://javabasictoadvanced.blogspot.co.id/2016/01/installing-java.html
20th Sep 2016, 7:45 AM
Aula Muttaqin
Aula Muttaqin - avatar