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

前端 未结 5 900
清歌不尽
清歌不尽 2020-12-06 03:50

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

5条回答
  •  Happy的楠姐
    2020-12-06 04:05

    Here is a tutorial that shows you how to make a jar file from eclipse.

    If Java is installed on the computer, you can execute your application by doubleclicking the jar file:

    http://ecs.victoria.ac.nz/Courses/COMP205_2009T1/TutorialEclipseExportToJar

提交回复
热议问题