- 
        1. Re: Unable to install on eclipse 3.4.1 on linuxmareshkau Jan 18, 2009 1:34 PM (in response to meetoblivion)Which version of jboss tools are you using? 
 Jboss Tools 3.0CR1 compatible with eclipse 3.4.1.
- 
        2. Re: Unable to install on eclipse 3.4.1 on linuxmeetoblivion Jan 18, 2009 6:43 PM (in response to meetoblivion)I guess i'm using the nightly builds one? whatever's on the dev site.. 
- 
        3. Re: Unable to install on eclipse 3.4.1 on linuxnickboldt Jan 18, 2009 11:12 PM (in response to meetoblivion)I also use Fedora 10. 
 Using Eclipse Ganymede JEE Bundle (SR1) [0], and adding the JBoss Tools 3.0.0.CR2 Nightly Update Site [1] as documented here [2], I was able to successfully install everything on the site, dependencies and all.
 [0] http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR1/eclipse-jee-ganymede-SR1-linux-gtk.tar.gz
 [1] http://download.jboss.org/jbosstools/updates/nightly/trunk/
 [2] http://www.jboss.org/community/docs/DOC-10044
 Here's how I start Eclipse:
 ./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M 2>&1 | tee "eclipse.log.`date`.txt"
 You could also install the Fedora Eclipse package using yum or PackageKit, then install JBoss Tools into that (make sure the Ganymede and BIRT update sites are enabled). See [2] above.
 Here's the default Java that Eclipse uses (when not explicitly set with the "-vm /path/to/bin/java":
 $ java -version
 java version "1.6.0_0"
 IcedTea6 1.4 (fedora-7.b12.fc10-i386) Runtime Environment (build 1.6.0_0-b12)
 OpenJDK Server VM (build 10.0-b19, mixed mode)
 HTH,
 Nick
 
     
    