Labels

Wednesday, March 21, 2012

Install Eclipse SDK 3.7.1 (Indigo) on Red Hat 4.4.6-3

http://www.if-not-true-then-false.com/2010/linux-install-eclipse-on-fedora-centos-red-hat-rhel/
  1.  yum groupinstall x11
  2. Install Sun/Oracle Java JDK 7 or Java JDK 6     "yum install java-1.6.0-openjdk.x86_64"
  3. Download Eclipse SDK 3.7.1 (Indigo) or Eclipse for C++ developer
  4. pscp source root@host:target
  5. install Xming-6-9-0-31-setup.exe on windows local machine, launch Xming.
  6. Using PUTTY connect to remote server, be sure to set ssh->x11->check "enable x11 forwarding"
  7. change to root user  "su -"
  8. run eclips at background on remote server

No comments:

Post a Comment