我正在使用一个名为 jtwitter 的 API。它有一个 jar 文件 jtwitter.jar 我一直在使用它并使用 git 对其进行维护。我将代码托管在 github 中。几天来,我没有碰过它的代码。今天,当我克隆了我的 git repo(实际上我的系统几天前崩溃了,所以我不得不克隆)并将项目加载到 eclipse 中。现在,当我想将 jtwitter.jar 添加到构建路径中时,会出现以下错误。
我在这里给出部分异常堆栈跟踪
java.io.FileNotFoundException: D:\workspace\ltwitter\.classpath (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at org.eclipse.core.internal.filesystem.local.LocalFile.openOutputStream(LocalFile.java:377)
at org.eclipse.core.internal.localstore.FileSystemResourceManager.write(FileSystemResourceManager.java:956)
请帮忙。