0
After i compiled a program, how can i create a jar? will that jar run on java based phones? or how to do that?
2 Respuestas
0
Once you run java program or make it you get the jar file.
Other ways us to create artifict for your project
0
on CMD..Java -jar Hello.jar
jar cfm MyApp.jar