vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

Cannot run java files in code runner.

Open arshappleid opened this issue 3 years ago • 29 comments

Cannot run java files, it says incurred Class name, when the class name and the package is correct.

to reproduce :

  1. create a new java project in vs code, and declare the package and class name.
  2. Then run using code runner.

Also . I have set vs code to use integrated console , and these are my code runner settings. image image

arshappleid avatar May 23 '21 12:05 arshappleid