eclim .classpath 命令无法识别
我刚刚开始使用 eclim 来编写 java 代码。除了 .classpath 命令(例如 :NewJarEntry 或 :NewSrcEntry)之外,一切似乎都工作正常。当我尝试这些时,我得到,例如:
E492:不是编辑器命令:NewJarEntry jgrapht.jar
知道为什么会发生这种情况吗?
谢谢
I've just started using eclim to code java. Everything seems to work fine except for the .classpath commands, such as :NewJarEntry or :NewSrcEntry. When I try these, I get, for example:
E492: Not an editor command: NewJarEntry jgrapht.jar
Any idea why this might be happening?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试编辑您的 .classpath 文件 - 这些命令应该从那里开始工作。
希望这有帮助!
Try editing your .classpath file — these commands should work from there.
Hope this helps!