Later it says to install eclipse then what is the need of this jdk? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Later it says to install eclipse then what is the need of this jdk?

why do we need this jdk if we r going to use another ide

14th Nov 2016, 7:31 AM
Abhinav Singh
Abhinav Singh - avatar
4 Answers
+ 1
JDK (java development kit) is needed to be able to compile java code into bytecode. It doesn't matter do you use regular text editor or an IDE like Eclipse you still need the JDK to compile your code. But with eclipse you don't have to do all by your self. Eclipse will look for JDK in your system and automatically use it to compile java code.
14th Nov 2016, 2:46 PM
Levon Hakobyan
Levon Hakobyan - avatar
0
because it contains the libraries of Java, it isn't IDE
14th Nov 2016, 7:35 AM
Leo Flame
Leo Flame - avatar
0
Hey, jdk(java development kit), if you have to run java programs means it should be must.. It ll convert code program to object code
17th Nov 2016, 6:07 AM
Pavankumar V
Pavankumar V - avatar
0
thanks
6th Dec 2016, 1:16 PM
Abhinav Singh
Abhinav Singh - avatar