Reputation: 1
It works fine when I run it through the Java Extension Pack, though I would much prefer to use Code Runner for all my projects in all languages if that is at all possible. If anyone can help me I will be eternally grateful.
I have tried various solutions offered in other Stack Overflow questions of this same nature, including:
settings.json
to include { "java.project.outputPath" = "bin" }
code-runner.executorMap
tasks.json
file with the relevant commands and running build taskcompile.bat
file with the relevant commandsC:\Program Files\Java\jdk-22
Upvotes: 0
Views: 70