Visual Studio Code error "path to shell executable does not exist"

Hello! I am new to this, and I appreciate the help. I'm somewhat familiar with visual studio code.

I have been following the tutorial here to set up a watch face project. Whenever I get to actually running and debugging, I get the error:

"The terminal process failed to launch: Path to shell executable "C:\Users\Desktop\watch\java" does not exist."

Any ideas of why this is happening and how I can fix it?

  • Also, I typed wrong. The path obviously had my user name in between users and desktop.

  • Where did you install Java to?  That's what it's looking for.

  • I reinstalled java, and now I'm getting a different error message, saying,

    ERROR:
    java.io.FileNotFoundException:
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at com.garmin.connectiq.common.signing.KeyUtils.getPrivateKey(KeyUtils.java:105)
    at com.garmin.connectiq.common.signing.KeyUtils.getPrivateKey(KeyUtils.java:91)
    at com.garmin.connectiq.common.signing.KeyUtils.getPrivateKey(KeyUtils.java:55)
    at com.garmin.monkeybrains.Monkeybrains.run(Monkeybrains.java:2671)
    at com.garmin.monkeybrains.Monkeybrains.simpleMain(Monkeybrains.java:342)
    at com.garmin.monkeybrains.Monkeybrains.main(Monkeybrains.java:371)

    There seem to be missing source files, but I'm not sure how to fix it. Thanks for your patience, again, I am new to this kind of work.