JDK must be installed in LINUX before installation.
Step 1:
Download myeclipse8.0 linux from www.verycd.com
Http://www.verycd.com/search/files/myeclipse-8.0.0-linux-gtk-x86.tgz
Step 2:
1. copy it to your user's root directory
Column:/home/fgfd0
2. Unzip the myeclipse-8.0.0-linux-gtk-x86.tgz with tar-xvf
3. Enter the decompressed directory to execute./myeclipse-8-stable-installer
If an error is reported, the following dialog box appears:
JVM terminated. Exit code =-1
Jre/lib/i386/client/libjvm. so: cannot restore segment prot after reloc: Perm .....
... Is omitted later
Close the error window,
Run:
# Chcon-t textrel_shlib_t/home/fgfd0/jdk1.6.0 _ 13/jre/lib/i386/client/libjvm. so
Note: "/home/fgfd0/jdk1.6.0 _ 13/jre/lib/i386/client/libjvm. so" here is the libjvm. so file under the JDK directory you have installed.
Continue executing the./myeclipse-8-stable-installer
The installation page is displayed, and the next step is successfully installed.
Author "Thinking"