[jboss-user] [JBoss Tools] Document updated/added: "Manual installation of JBoss Tools 3.1.x on Eclipse 3.5 on GNU/Linux (64-bit)"

Max Andersen do-not-reply at jboss.com
Wed Jan 20 04:40:01 EST 2010


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/downloads/release/galileo/R/eclipse-jee-galileo-linux-gtk.tar.gz
* http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/R/eclipse-jee-galileo-linux-gtk-x86_64.tar.gz 

* http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R3.1/R-3.1-20090616035105/wtp-sdk-R-3.1-20090616035105.zip* Eclipse SDK 3.5 (already in Eclipse 3.5 JEE package)
* http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/emf-runtime-2.5.0.zip

* http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/xsd-runtime-2.5.0.zip
* http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.5.0/R200906221200/GEF-SDK-3.5.0.zip
* http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/1.7/dtp-sdk_1.7.0.zip

* http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-report-framework-2_5_0.zip
* http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-wtp-integration-sdk-2_5_0.zip
* http://www.eclipse.org/downloads/download.php?file=/tptp/4.6.0/TPTP-4.6.0/tptp.runtime-TPTP-4.6.0.zip

 
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.

--------------------------------------------------------------




More information about the jboss-user mailing list