Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be 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 can i run this java game?

my friend told me to try this game he made im not sure how to run it on my computer, he gave me the files .settings, animation, bin, src, .classpath, .project. I do have Eclipse and BlueJ installed. Im not sure if i need something like that

2 Answers

Relevance
  • 8 years ago
    Favorite Answer

    Ok first, you have to put all the files in one folder

    Then:

    Click on the start button

    Type cmd

    In the cmd window, type javac nameoffolder.java

    Then once its compiled, type java nameoffolder.java

    And it should be running then idk but give it a try! If not, search up how to compile and run a java program using cmd on Google. :)

    EDIT:

    Yep, what the guy below me said. Install the JDK on your computer. Download it here:

    http://www.oracle.com/technetwork/java/javase/down...

  • ?
    Lv 6
    8 years ago

    You need to install java development kit... and set it up before javac will work.

    google java development kit .......

Still have questions? Get your answers by asking now.