Installation and Configuration of Eclipse on Ubuntu (memo)

Install Eclipse IDE for Java Developers using indigo release.

 

 

 

Install Java Buildings for Subversion

============================

use `sudo apt-get install libsvn-java` to install it. And add `-Djava.library.path=/usr/lib/jni` to eclipse.ini

 

 

Install subclipse plugin

===================

- Subclipse

- Subversion Client Adapter

-  Subversion JavaHL

 

 

Install BeyondCVS plugin

====================

- subclipse feature

- tools features

 

 

Change tooltip backgroud

======================

In Ubuntu, navigate to System -> Preferences -> Appearance -> Theme -> Customize -> Colors -> Tooltips, change background color to #F6F88B. In Eclipse, navigate to Java -> Editor -> Source hover background. Click Color to found #F6F88B which is the default value for Eclipse.

 

Eclipse Preferences

================

- Use characters instead of tab for indention.

- Import my personals settings from Dropbox.

- Customized Perspective... -> Command Groups Availability , choose SVN.

- use 2 spaces for all the indent.

 

你可能感兴趣的:(java,eclipse,linux,ubuntu,subversion)