Skip to main content
1-Visitor
September 10, 2015
Solved

I need help...

  • September 10, 2015
  • 2 replies
  • 1265 views

error.pngI need help .. I having this problem that it kept saying that they cant locate my Vending Machine simulator. I downloaded from the Academic Program.

    Best answer by Aanjan

    As Veronica suggested, you would have to update your Java version to the latest one, as the error seems to indicate your current version is not supported.

    2 replies

    Aanjan5-Regular MemberAnswer
    5-Regular Member
    September 10, 2015

    As Veronica suggested, you would have to update your Java version to the latest one, as the error seems to indicate your current version is not supported.

    14-Alexandrite
    September 10, 2015

    My hypothesis is that an older version of Java is being invoked. The VendingMachineSimulator is targeted at Java 7. Try typing, "java -version" at a command prompt. If the version that's reported is anything less than 7, look at your PATH variable, and make sure there's not an old version of Java early in the path that is preventing a newer version of Java from running.