What can be made using Java?? How can I create a . Exe file so that I can install in my computer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What can be made using Java?? How can I create a . Exe file so that I can install in my computer

9th Sep 2017, 12:34 AM
Abhi
Abhi - avatar
4 Answers
+ 4
Java doesn't create an .exe file by default, it creates .jar files.
9th Sep 2017, 1:02 AM
ChaoticDawg
ChaoticDawg - avatar
0
from what I remember you need to download the java development kit (JDK) and an IDE such as eclipse which will compile your code and create a .exe file
9th Sep 2017, 12:39 AM
Enzo
Enzo - avatar
0
I download it . by which command I can create the .Exe file
9th Sep 2017, 12:41 AM
Abhi
Abhi - avatar
0
oh yeah i forgot about .jar files, most people have the runtime environment installed tho so I guess its better than exe in most cases
9th Sep 2017, 1:08 AM
Enzo
Enzo - avatar