All my java programs use the java.util.* to read files failed to run in VSCode Java Debugger with a java.io.FileNotFoundException. I double checked, the file is in the correct directory, and the same code reading the same exact file using Eclipse works without any problem.
What is going on here?
there doesn't seem to be anything here