在我的插件项目中,我添加了一个名为“database.properties”的新文件,当我尝试运行插件时出现以下异常:
java.io.FileNotFoundException: database.properties (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
这是我的项目结构:
我还将该文件包含在构建属性中,屏幕截图如下所示:
我尝试清理、重新启动 Eclipse、构建等。但系统仍然无法找到该文件。谁能帮我?我在这里想念什么?