• Executable Java Program

    LillyIsaacson Member

    I have a Java Game that I have made called Who Wants to be a Millionaire. The Game has a GUI, audio, etc. It also has various classes (15-20). I need a program or code or any other method that will allow me to turn this into an executable. Any suggestions or ideas? I want to be able to share the game so the user just clicks the .exe file and the game runs.

  • Adan Member

    since it is a java game, create a jar file instead of an exe. A jar file is able to run on any OS, i.e. linux, osx, provided that java virtual machine(JVM) is installed. If you still want exe, see the following link:

    www.jar2exe.com/

    If you want to create jar, view the following:

    http://docs.oracle.com/javase/tutorial/deployment/jar/build.html

Viewing 1 reply thread
  • You must be logged in to reply to this topic.