我正在使用ADT在Linux Mint中开发Android应用程序。由于源代码的备份和还原,我想到了在Eclipse中使用SVN,所以我去了
颠覆性-http://eclipse.svnkit.com/1.7.x通过“安装新软件”进行安装。
这显示了两个选择
核心SVNKit库(必需)
可选的JNA库(推荐)
我现在安装的我很困惑如何从存储库中检出代码或将代码提交到其中。我看不到任何选择。
最佳答案
好的,SVNKit是连接SVN的连接器(客户端),安装后,您可以签出,提交或更新代码。
据我所知,JNA是一个用于本地访问共享库的小库,这使事情变得更容易。从维基:
Java Native Access provides Java programs easy access to native shared libraries
without using the Java Native Interface. JNA's design aims to provide native access in
a natural way with a minimum of effort. No boilerplate or generated glue code is
required.
所以我认为您应该同时安装两者,但JNA是可选的,因为常见问题解答说:)