How to open the jdk? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to open the jdk?

15th Oct 2016, 4:43 AM
umop ap!sdn
umop ap!sdn - avatar
5 Answers
+ 1
JDK can't get "opened". JDK is used for COMPILING. IDEs like eclipse use jdk to compile your code.
16th Oct 2016, 5:36 PM
AmirHosein Mansoori
AmirHosein Mansoori - avatar
0
The jdk doesn't need to be open.It is more like a background for developing Java.
15th Oct 2016, 10:12 AM
Patrick
Patrick - avatar
0
then how does it help me run java programs?
15th Oct 2016, 6:22 PM
umop ap!sdn
umop ap!sdn - avatar
0
JDK is for compiling.If you only want to run Java programs ,you need JRE. If you want to compile your code , you need a translater like "eclipse" .
16th Oct 2016, 3:38 AM
Patrick
Patrick - avatar
0
It can help by write any code in notepad then save it *.java file Use command prompt to compile it The command is comming with jdk and jre Roger that?
17th Oct 2016, 10:46 AM
Very hard!
Very hard! - avatar