Install Lomboz plugin for ECLIPSE3

Source: Internet
Author: User
Tags tomcat

Lomboz is a free eclipse plugin that integrates many Java application servers, EE components, and Web application development into eclipse to help Java developers build, test, and deploy EE applications using Eclipse. Of course, it also supports the development of JSP, because JSP itself is part of the Java EE. Lomboz, not only support JSP syntax highlighting, but also the code assist function, can be comparable to JBuilder, but also real-time display JavaDoc, can automatically check out JSP errors and remind developers.

Installation steps are simply downloading, decompression, copy, mainly have a problem:

1, installation Lomboz need GEF and EMF plug-in support, so the light download installation lomboz.301.zip is not enough, you must download the following three plug-ins:

A, lomboz.301.ziphttp://forge.objectweb.org/project/download.php?group_id=97&file_id=2302b, gef-runtime-3.0.1.ziphttp://www.eclipse.org C, emf-sdo-runtime-2.0.0.ziphttp://www.eclipse.org

This can easily be overlooked, and the result is sometimes a problem when you install it, you start eclipse, and you can't find Lomboz on the left menu of "window"---> "preference". And in "Help"--> "about Eclipse Platform"---> "Plug-in Details" inside view, but also clearly shows Lomboz Plug-ins have been installed. This problem has been killing me for half a day, some of the Chinese installation tutorials on the internet did not clearly say clearly, in fact, to install a good LOMBOZ,GEF and EMF these two plug-ins also need to install.

D, in addition, if the server uses Tomcat, the Tomcat for Eclipse plug-in http://www.sysdeo.com/eclipse/tomcatPlugin.html is not required, as long as the Lomboz is installed correctly.

2, sometimes start eclipse does not load plug-ins, a lot of solutions, summed up: A, delete the entire directory/eclipse/configuration/org.eclipse.update/, restart Eclipse B, when the eclipse is launched- Clean parameters such as: D:\eclipse\eclipse.exe-clean C, if eclipse startup cannot find the plugin, workaround: Add a line to the/configuration/config.ini file Osgi.check Configuration=true so it will look for and install Plug-ins, find the line can be commented out, so that each time you start will not be looking for plug-ins and appear slow.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.