mac系统环境下 eclipse 配置 svn使用

eclipse装好 svn插件后,会提示 javahl不可用,请执行以下命令

首先安装 macports, 参阅 http://blog.csdn.net/lynjay/article/details/7936470

然后执行如下命令*
sudo port install subversion-javahlbindings +no_bdb +universal




OSX comes with a SVN command line client, but unfortunately they do not include the JavaHL library.
The best thing to do is to install one of the OSX package managers for open-source software, such as MacPorts or HomeBrew. If you are doing software development on OSX, you are going to eventually want or need different open-source Unix applications. So it is worth the effort to set one of these up and they make it easy for you to get Subversion and always have the latest version. You will also have easy access to other open source applications via similar simple commands.





猜你喜欢

转载自lemon-1227.iteye.com/blog/2044302