Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code Java debug extension picks up arm jdk in simulation rather than installed #655

Open
ThadHouse opened this issue Jan 17, 2024 · 1 comment

Comments

@ThadHouse
Copy link
Member

This makes the simulate button not work, even though through emulation it should.

@ThadHouse
Copy link
Member Author

  "java.configuration.runtimes": [
    {
      "name": "JavaSE-17",
      "path": "C:\\Users\\Public\\wpilib\\2024\\jdk",
      "default": true
    },
  ],
  "java.import.gradle.java.home": "C:\\Users\\Public\\wpilib\\2024\\jdk",

We need to add the above to the installer (path corrected of course). This also might help fix some macOS issues as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant