0
How to open the jdk?
5 Réponses
+ 1
JDK can't get "opened". JDK is used for COMPILING. IDEs like eclipse use jdk to compile your code.
0
The jdk doesn't need to be open.It is more like a background for developing Java.
0
then how does it help me run java programs?
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" .
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?