Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I create executable file for the program written on Java?

everyone, how can I create executable file for the program written on Java in Eclipse Helios? I mean to create small icon to be able start program only by double-clicking on its icon, thanks in advance edited I mean executable for Windows

like image 386
rookie Avatar asked Dec 06 '25 08:12

rookie


1 Answers

  1. Export .jar in eclipse. (how to)
  2. Use JSmooth (info) to make an .exe file. (how to)
like image 77
Shaggieh Avatar answered Dec 07 '25 21:12

Shaggieh