Thursday, October 27, 2016

Hướng dẫn cà i đặt Eclipse trên Fedora

Hướng dẫn cà i đặt Eclipse trên Fedora



N?n t?ng Eclipse (Eclipse Platform) ???c thi?t k? ?? xây d?ng các môi tr??ng phát tri?n tích h?p (các IDE). 
Nó có th? ???c dùng ?? t?o ra các gi?i pháp tính toán ?a d?ng, xuyên su?t t? ??u ??n cu?i cho nhi?u môi tr??ng thi hành.


Cài ??t Eclipse SDK 4.3.2 (Kepler) trên Fedora 20/19/18, CentOS/Red Hat (RHEL) 6.5/5.10

1. Cài ??t Sun/Oracle Java JDK 7

Install Sun/Oracle Java JDK 7 on Fedora, CentOS, Red Hat (RHEL)

2. T?i v? Eclipse SDK 4.3.2 (Kepler)

T?i v? t? www.eclipse.org/downloads. Ch?n b?n 32 bit ho?c 64 tùy theo phiên b?n fedora hi?n hành.
3. Truy c?p vào quy?n root
su -
## OR ##
sudo -i

4. Gi?i nén gói Eclipse (ví d?: to /opt <???ng_d?n>)

## x86 - 32-bit ##
tar -xvzf eclipse-standard-kepler-R-linux-gtk.tar.gz -C /opt
 
## x86_64 - 64-bit ##
tar -xvzf eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz -C /opt

5. Thêm quy?n truy c?p ??n t?t c? các file

chmod -R +r /opt/eclipse

6. T?o ???ng d?n Eclipse ??n /usr/bin path

touch /usr/bin/eclipse
chmod 755 /usr/bin/eclipse
 
## Open eclipse file with your favourite editor ##
nano -w /usr/bin/eclipse
 
## Paste following content to file ##
#!/bin/sh
export ECLIPSE_HOME="/opt/eclipse"
 
$ECLIPSE_HOME/eclipse $*

7. T?o icon trên Gnome desktop

## Create following file, with our favourite editor ##
/usr/share/applications/eclipse.desktop
 
## Add following content to file and save ##
[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse SDK 4.3.2
Exec=eclipse
Icon=/opt/eclipse/icon.xpm
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true

8. Ch?y Eclipse 4.3.2

From command line use eclipse command
eclipse
ho?c


9. Giao di?n Eclipse 4.3 , ?ang ch?y trên Fedora 20 64-bit


Available link for download