日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

Subversion 1.7 Eclipse integration in Ubuntu12(转载)

發布時間:2025/3/13 33 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Subversion 1.7 Eclipse integration in Ubuntu12(转载) 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

原文鏈接: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:

  • Add dominik's repository:?sudo apt-add-repository ppa:dominik-stadler/subversion-1.7
  • Update apt:?sudo apt-get update
  • Install libsvn-java:?sudo apt-get install libsvn-java
  • 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(转载)的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。