Lomboz is an open source and free J2EE development environment built on the Eclipse open source platform and the Web Tools Platform (WTP) projects.
-
Download and install the latest java sdk.
# cd /usr/local # sh /path/to/jdk-1_5_0_07-linux-i5Download and install the Eclipse SDK:86.bin # ln -s /usr/local/jdk-1_5_0_07 /usr/local/java # ln -s /usr/local/java/bin/java /usr/bin/java # ln -s /usr/local/java/bin/javac /usr/bin/javac
$ wget http://download.eclipse.org/ecDownload and install Lomboz and prerequisites all in one package:lipse/downloads/drops/R-3.1.2- 200601181600/eclipse-SDK-3.1.2 -linux-gtk.tar.gz # tar -C /opt -xvzf eclipse-SDK-3.1.2-linux-gtk.ta r.gz # chown -R root:root /opt/eclipse
$ wget http://download.forge.objectweb.org/lomboz/lomboz-wtp-emf-ge f-jem-3.1.2.zip # cd /opt # unzip /path/to/lomboz-wtp-emf-gef-je m-3.1.2.zip
Note: Say "yes" to any prompt to replace existing file while unzipping.
Start lomboz eclipse:$ /opt/eclipse/eclipse
- sandip's blog
- Login or register to post comments