User development,
The document "Manual installation of JBoss Tools 3.1.x on Eclipse 3.5 on GNU/Linux
(64-bit)", was updated Jan 20, 2010
by Max Andersen.
To view the document, visit:
http://community.jboss.org/docs/DOC-14081#cf
Document:
--------------------------------------------------------------
If you want to use
http://www.jboss.org/tools on Eclipse 3.5 platform on 64-bit GNU/Linux
distribution, you can find some obstacles comming from TPTP bugs like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=281721 and possibly some others which can
interrupt your installation through
http://wiki.eclipse.org/Equinox_p2_Getting_Started.
This article is ment for GNU/Linux 64-bit system but in general it works on the rest OSs
platforms like 32-bit Linux, Win32 and MacOSX.
These steps should bring you painless manual and flexible installation of full JBT 3.1.x
running on Eclipse 3.5:
1. Download these prerequisites for JBT 3.1.Mx installation:* Eclipse 3.5 JEE*
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...
*
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...
*
http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/dr...
Eclipse SDK 3.5 (already in Eclipse 3.5 JEE package)
*
http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/down...
*
http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/down...
*
http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/d...
*
http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/1...
*
http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/...
*
http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/...
*
http://www.eclipse.org/downloads/download.php?file=/tptp/4.6.0/TPTP-4.6.0...
2. Assume you have installation structure like this
* /opt/ide - forlder for eclipse
* /opt/dropins - folder for other necessary bundles like (WTP,...)
3. Unzip Eclipse 3.5 EE into /opt/ide
* you should have structure this /opt/ide/eclipse/features, /opt/ide/eclipse/plugins
4. Unzip bundles into /opt/dropins
* you need to have structure like this:* /opt/dropins/wtp-sdk-3.1/eclipse/plugins
* /opt/dropins/emf-runtime-2.5/eclipse/plugins
* ...
5. Create links in you eclipse dropins directory (/opt/ide/eclipse/dropins) like this:
* ln -s /opt/dropins/wtp-sdk-3.1
* ln -s /opt/dropins/emf-runtime-2.5
* ...
6. Run Eclipse ( with "-clean" parameter)
7.
http://www.jboss.org/tools/download.html (select way which suits you best)
* p2 repository (remote or local)
* dropins repository (same way as dependencies installation)
8. After JBT installation and restart you should have working Eclipse 3.5 with JBT. Check
the eclipse log, there should be no complains.
Don't forget, p2 installation is recommended but dropins installation can be more
flexible (almost if you want to try more versions at once) or if p2 installation simply
doesn't work.
--------------------------------------------------------------