Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How to run my Java Program from a GUI?

So I have no problem writing a Java program, but I would like to be able to run it without having to using the DOS command line ,but rather click on a GUI.

How do I set that up?

2 Answers

Relevance
  • ?
    Lv 4
    7 years ago

    well you will need to create an executable file of your program. I am sure there are tons of resources on the net that tell you how. you just need to do a search.

  • jimmy
    Lv 4
    7 years ago

    make a .bat file and in the file have the "java blah blah blah" that will run the .jar

Still have questions? Get your answers by asking now.