Install the subclipse plug-in eclipse in Ubuntu

Source: Internet
Author: User

1. download the latest version of subclipse 1.8.x.

Http://subclipse.tigris.org/servlets/ProjectProcess;jsessionid=E8CA8336ABB9322AB3D371A49F555829? Pageid = p4wyua

2. Add the plug-in to eclipse

3. install javahl: For 1.8.x, you must install javahl of 1.7.x. However, if apt-Get is not installed in the latest version, an incompatible message is displayed. Therefore, you must add a source before installing javahl.

Sudo add-Apt-repository PPA: Dominik-Stadler/subversion-1.7
Sudo apt-Get update
Sudo apt-Get install libsvn-Java

4. Find the installation path of javahl: sudo find/-name libsvnjavahl-1.so

My installation path is/usr/lib/i386-linux-gnu/JNI/libsvnjavahl-1.so

5. Modify the eclipse. ini file: Add-djava. Library. Path =/usr/lib/i386-linux-gnu/JNI

-Showsplash
Org. Eclipse. Platform
-Framework
Plugins/org. Eclipse. osgi_3.4.0.v20080605-1900.jar
-Vmargs
-Djava. Library. Path =/usr/lib/i386-linux-gnu/JNI
-Dosgi. requiredjavaversion = 1.5
-Xms40m
-Xmx512m
-XX: maxpermsize = 256 m

6. Restart eclipse and install eclipse successfully.

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.