• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse3.0 on Linux

 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
any one know how to install Eclipse3.0 on RedHat9? thanks.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go to www.eclipse.org, download the Linux/GTK2 bundle, unzip the distribution file using "unzip", cd into the just-created "eclipse" directory and run "./eclipse". That's it.
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ernest Friedman-Hill:
Go to www.eclipse.org, download the Linux/GTK2 bundle, unzip the distribution file using "unzip", cd into the just-created "eclipse" directory and run "./eclipse". That's it.



Well actually, I'm pretty sure you'll also need a JDK and a JAVA_HOME to find it with. My ~/.bash_profile is supplied with

export JAVA_HOME=/usr/java/j2sdk1.4.2_06
export PATH=$JAVA_HOME/bin:$PATH

as well as defining ANT_HOME and its path, since I have a rule that all my projects be command-line buildable whether there's an IDE available or not.
 
Ernest Friedman-Hill
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tim Holloway:


Well actually, I'm pretty sure you'll also need a JDK and a JAVA_HOME to find it with.



Well, yeah.
 
Brian Smith
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for the help guys. Aslo,does anyone know how to install myeclipse in redhat? i have downloaded a myeclipse for linux (its a .bin file) but no idea how i install that. i would appreciate your help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic