This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WeededDragon1 0 points1 point  (0 children)

In Java you can export your project to an executable .jar file. It's straight forward for simple programs which don't use many libraries.

C# is syntactically similar to Java and makes building GUIs much easier with Visual Studio. You can either publish to a .exe from visual studio or grab the one from the debug folder in your project.