Should I download the compiler? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Should I download the compiler?

8th Mar 2017, 1:31 PM
sandip
3 Answers
0
JDK offered by Oracle contains compiler
8th Mar 2017, 2:44 PM
AtoMX
AtoMX - avatar
0
I have downloaded JDK ,so what I do?
8th Mar 2017, 3:56 PM
sandip
0
Write your java code with main function on text file with .java extension (test.java), then go to the console and run this command javac test.java Run this command to see the executable output java test To compile multiple files (project) is best to use an IDE like NetBeans or Eclipse
8th Mar 2017, 4:07 PM
AtoMX
AtoMX - avatar