原文链接:http://steveliles.github.io/subversion_1_7_eclipse_integration_in_ubuntu.html

Getting Subversion 1.7 integration working with Eclipse (3.7.1) and Subclipse 1.8 isn't all that straight-forward because Canonical currently only support the older Javahl-1.6 in their repositories.

If you don't want to switch repo's your best bet is to go with Subclipse 1.6 and the 1.6 version of javahl (and subversion) from the official Canonical Ubuntu repositories.

If you do want to go ahead with SVN 1.7, here's how I got it working by switching to repo's provided by dominik stadler:

  1. Add dominik's repository: sudo apt-add-repository ppa:dominik-stadler/subversion-1.7
  2. Update apt: sudo apt-get update
  3. Install libsvn-java: sudo apt-get install libsvn-java
  4. Install subversion 1.7: sudo apt-get install subversion

To enable Eclipse to see your libsvn-java installation, go to the eclipse install directory (I install in /home/steve/dev/tools/eclipse) and edit the eclipse.ini file.

You need to add -Djava.library.path=/usr/lib/jni, which is where libsvn-java's native libraries get installed. Add it immediately following -vmargs. My eclipse.ini file now looks like this:

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Djava.library.path=/usr/lib/jni
-Xms40m
-Xmx600m

If you use Subclipse but never previously installed Javahl you probably see irritating warning dialogs the first time you do anything in Eclipse after a restart. Installing javahl correctly will prevent those :).

转载于:https://www.cnblogs.com/waimai/p/3179690.html

Subversion 1.7 Eclipse integration in Ubuntu12(转载)相关推荐

  1. git在eclipse中的配置 转载

    git在eclipse中的配置 转载 一_安装EGIT插件 http://download.eclipse.org/egit/updates/ 或者使用Eclipse Marketplace,搜索EG ...

  2. Eclipse常用快捷键(转载)

    编辑相关快捷键 Eclipse的编辑功能非常强大,掌握了Eclipse快捷键功能,能够大大提高开发效率.Eclipse中有如下一些和编辑相关的快捷键. 1. [ALT+/] 此快捷键为用户编辑的好帮手 ...

  3. 一个Web Project引用多个Java Project在Eclipse下的配置--转载

    项目结构: 项目由一个Web Project和多个Java Project构成,Web Project需要引用其它Java Project的类和Jar包.开发时用Eclipse3.5和Tomcat调试 ...

  4. 在eclipse中运行vue转载留着自己用

    一.vue.js的初步认识 <a href="https://unpkg.com/vue ">vue.js下载</a> 1.抛开手动操作DOM的思维,Vue ...

  5. ubuntu12.04LTS 安装eclipse和cdt

    1.通过终端下载(Ctrl+Alt+T)下载eclipse (1) sudo  apt-get update                      注:更新软件源 (2)    sudo  apt ...

  6. 修改Eclipse的WorkSpace保持数[转载]

    最近用Eclipse开发特别多,我个人习惯每一个项目一个WorkSpace,这样的话代码干净.而且当项目之前编码规范不一样时,也不会彼此影响.但项目一多,Eclipse默认只保存5个WorkSpace ...

  7. Eclipse闪退/打不开/无法启动/一闪而过

    解决方式: 1.通过在命令行中输入"where java",找到除jdk目录下的所有java相关程序,直接删掉(一般会在C:\WINDOWS\system32下) 2.内存不足,打 ...

  8. Eclipse 安装插件(aptana、svn 、git、Java EE、JSHint)

    转发9 1.安装 aptana 插件: * 依次点击:Help -> Install New Software... -> Add * 输入:http://download.aptana. ...

  9. eclipse 安装svn插件(Subclipse)

    2019独角兽企业重金招聘Python工程师标准>>> 1.Eclipse的SVN插件Subclipse Subclipse 是一个为 Eclipse IDE 添加 Subversi ...

最新文章

  1. 邻接表建立图(c语言)
  2. CF1444C-Team-Building【可撤销并查集】
  3. 弹出数组第一个元素 php,弹出第一个元素数组以在php codeigniter中插入批处理
  4. async And await异步编程活用基础
  5. 用姿态补偿雷达数据畸变的文字想法
  6. java ee jsp程序_JavaEE程序设计及项目开发教程(JSP篇)
  7. 图论及其应用(吴望明中文版)
  8. 移动边缘计算卸载技术笔记(一)
  9. python pandas Excel 生成图片
  10. 错误:java.lang.IllegalArgumentException: Service not registered
  11. docker(四)---dockerfile 编写优化
  12. HuTool工具最全介绍
  13. 中文文案排版指北(转自GitHub)
  14. ISCC2021wp
  15. 【前端用法】html5实现地理位置定位(JS获取当前地理位置的方法)
  16. leetcode 5. 最长回文子串 【马拉车】
  17. 上海大治河二线船闸总体设计与结构计算
  18. 浅谈搜索引擎工作原理
  19. ubuntu安装libaio的错误解决,libaio1
  20. 【FPGA教程案例28】基于FPGA的DDS直接数字频率合成器之一——原理介绍

热门文章

  1. python参数传递_python中的*和**参数传递机制
  2. JZOJ 1319. 邮递员
  3. linux ant脚本,linux下ant jmeter自动化测试
  4. [CODEVS 1281] Xn数列
  5. Ubuntu16.04LTS下搭建强化学习环境gym、tensorflow
  6. BZOJ 2655 calc (组合计数、DP、多项式、拉格朗日插值)
  7. 血栓清道夫机器人_血栓“清道夫”找到了!洋葱排最后,排在第一很多人并不知道...
  8. c++ 32位有符号的整数_【LeetCode】字符串分类字符串转换整数 (atoi)
  9. android百分比布局适配,安卓屏幕适配-百分比布局
  10. 使用jconsole监控JVM内存