I am using VMware 4 installation and debug on WinXP.
1, assume you already installed VMware 4 and Linux
2, under J2SDK-1_4_2_05-Linux-I586-rpm.bin, save it under / mnt
3, CHMOD X J2SDK-1_4_2_05-Linux-I586-rpm.bin, Drafter J2SDK-1_4_2_05-Linux-I586.rpm
4, the installation process does not need to intervention, J2SDK is installed, and Eclipse-sdk-3.0-linux-gtk.zip is installed below.
5, extract Eclipse-sdk-3.0-linux-gtk.zip to / OPT
6, write a script to start Eclipse
#! / bin / bash ## Execute Eclipse 2.1.1 #export java_home = / usr / java / j2sdk1.4.2_01export classpath = / usr / java / j2sdk1.4.2_01 / lib / opt / eclipse / Eclipse -VM / USR / Java / J2SDK1.4.2_01 / bin / java -data ~ / workspace & # -VM parameter is used to specify which JVM uses which JVM to execute Eclipse, and # -date parameter to specify the data directory of the Eclipse. Specify this in the Workspace directory in the user's root directory (~)
Save the script to / usr / local / bin, called runeclipse.sh, and assign 755 permissions to RuneClipse.sh
7. Create a starter on the desktop, choose one icon, / opt / eclipse / icon.xpm is an icon with Eclipse itself
9. The post-start screen is as follows: