Eclipse: Difference between revisions
adds RSE info; moves Zend Studio and Aptana Studio into "Alternates" section |
No edit summary |
||
| Line 50: | Line 50: | ||
# Start eclipse | # Start eclipse | ||
# Click Help -> Software updates -> Available Software -> Add Site | # Click Help -> Software updates -> Available Software -> Add Site | ||
# Enter <code | # Enter <code>http://subclipse.tigris.org/update_1.4.x</code> in the dialog, click OK | ||
# Tick the box next to the new source, and click "Install" | # Tick the box next to the new source, and click "Install" | ||
{{Ambox | | {{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.}} | | 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 === | === PHPEclipse === | ||
| Line 111: | Line 121: | ||
| 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. | | 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 | ; 2006 : Eclipse 3.2 / Calisto | ||
<nowiki>http://download.eclipse.org/releases/calisto/ </nowiki> discovery site | <nowiki>http://download.eclipse.org/releases/calisto/ </nowiki> discovery site | ||
; 2007 : Eclipse 3.3 / [http://www.crn.com/software/200001763 Europa] | ; 2007 : Eclipse 3.3 / [http://www.crn.com/software/200001763 Europa] | ||
<nowiki>http://download.eclipse.org/releases/europa/ </nowiki> discovery site | <nowiki>http://download.eclipse.org/releases/europa/ </nowiki> discovery site | ||
; 2008 : Eclipse 3.4 / [http://www.eclipse.org/ganymede/ Ganymede] | ; 2008 : Eclipse 3.4 / [http://www.eclipse.org/ganymede/ Ganymede] | ||
<nowiki>http://download.eclipse.org/releases/ganymede/</nowiki> discovery site | <nowiki>http://download.eclipse.org/releases/ganymede/</nowiki> discovery site | ||