+ 2
What can be made using Java?? How can I create a . Exe file so that I can install in my computer
4 Respuestas
+ 4
Java doesn't create an .exe file by default, it creates .jar files.
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
0
I download it . by which command I can create the .Exe file
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