Ubuntu 16.04 install Eclipse SVN plugin

Source: Internet
Author: User
Tags svn

The SVN plugin is a version control tool in the process of developing software collaboratively. After installing eclipse under Ubuntu, select Install Online.

1. Open the installed Eclipse, select Help, click Install New software ...

2. Type http://subclipse.tigris.org/update_1.10.x in the window below, enter to retrieve Subclipse and Svnkit, select all, and notice to deselect contact all update sites During install to find required software, otherwise it can't be installed.

3, the remaining is the default point down until the installation is complete.

However, when you update the code from the SVN server in use, you still get an error. After installing Subclipse, restart Eclipse, and then you will be prompted to say that the SVN plugin needs Javahl support, although you can ignore normal use, but

On the official website, the information about solving this problem is very detailed, the specific link is http://subclipse.tigris.org/wiki/JavaHL#head-bb1dd50f9ec2f0d8c32246430c00e237d27a04fe;

The solution based on Debian/ubuntu is: 1. Run the Apt-get install LIBSVN-JAVA2 in the shell, modify the Eclipse.ini, and add the following:-djava.library.path=/usr/lib /jni3, it is important to note that you must add the line after-vmarg.

Ubuntu 16.04 install Eclipse SVN plugin

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.