Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I need help .. I having this problem that it kept saying that they cant locate my Vending Machine simulator. I downloaded from the Academic Program.
Solved! Go to Solution.
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.
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.
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.