Changes

Jump to navigation Jump to search
402 bytes added ,  02:05, 15 March 2009
no edit summary
# Start eclipse
# Click Help -> Software updates -> Available Software -> Add Site
# Enter <code>  <nowiki>http://subclipse.tigris.org/update_1.4.x</nowiki> </code> in the dialog, click OK
# Tick the box next to the new source, and click "Install"
{{Ambox |
| text = One point of note is that sometimes you may want to get a 'minor' release upgrade (1.x.1 -> 1.y.1) for an installed plug-in such as subclipse. By default, the Eclipse Update Manager will not update you to a new minor release. In other words, if you have release 1.0.3 installed, it will update you to a 1.0.4 release, but it will not update you to a 1.1.0 or 1.2.0 release. You can change this in the Eclipse preferences. [http://subclipse.tigris.org/upgrade.html Open the Eclipse Preferences] and click on the Install/Update option.}}
 
{{Messagebox |
| type = failure
| text = to get Subclipse working on my Ubuntu Intrepid Ibex system, I had to install the Java bindings for Subversion (see http://subclipse.tigris.org/wiki/JavaHL) and also modify my eclipse.ini settings}}
<source lang="bash">
# provides the JavaHL libraries
sudo apt-get install libsvn-java
</source>
Add to eclipse.ini
<source lang="bash">
-Djava.library.path=/usr/lib/jni
 
</source>
=== PHPEclipse ===
| text = the Eclipse Foundation coordinates an update to the technology on an annual basis (this process is called a "Release Train") and has been doing so every June since 2003.
; 2006 : Eclipse 3.2 / Calisto
 
<nowiki>http://download.eclipse.org/releases/calisto/ </nowiki> discovery site
; 2007 : Eclipse 3.3 / [http://www.crn.com/software/200001763 Europa]
 
<nowiki>http://download.eclipse.org/releases/europa/ </nowiki> discovery site
; 2008 : Eclipse 3.4 / [http://www.eclipse.org/ganymede/ Ganymede]
 
<nowiki>http://download.eclipse.org/releases/ganymede/</nowiki> discovery site
4,558

edits

Navigation menu