VSCode java.io.FileNotFoundException:

VSCode java.io.FileNotFoundException:

在使用输入文件的 VSCode 上运行 java 文件时出现以下异常:

Exception in thread "main" java.io.FileNotFoundException: totalInput.txt (The system cannot find the file specified)

该文件存在于目录中,我可以使用 Powershell 或命令提示符毫无问题地运行它。只有当我在 VSCode 上单击“运行”时才会出现此异常。

请参见下图:

VSCode 截图

相关内容