Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+4 votes

Has anyone created an executable (.exe) files from your project so that you can directly run it from an icon instead of launching through eclipse?

asked in CSC305 Fall 2019 by (1 point)

3 Answers

+2 votes
 
Best answer

Right-click on the project itself and click export then a new dialog box will appear. Select the Java folder and click on the Runnable Jar File. Finally, a new dialog box will appear. Now on the Launch Configuration, select the name of the main Java Class where your main method is and on the Export Destination, point to the location where you want to save the Jar file. After that click Finish.

answered by (1 point)
selected by
+2 votes

Not yet. We are not sure how to turn the program into an executable file

answered by (1 point)
+1 vote

No but we were trying to figure it out.

answered by (1 point)
...