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/downlo...
[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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202727#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...