Eclipse 错误:“设置构建路径”遇到错误
我正在使用一个名为jtwitter的API。它有一个jar文件jtwitter.jar我一直在使用它并使用git维护它。我在github中托管了代码。有时候,我还没有碰过它的代码。今天,当我克隆我的git存储库时(实际上我的系统几天前崩溃了,所以我不得不克隆)并将项目加载到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)
请帮忙。