Install the Lomboz plugin for Eclipse3

xiaoxiao2021-03-06  21

Lomboz is a free Eclipse Plugin that integrates many Java application servers, J2EE components, and web applications to Eclipse, which helps Java developers build, test, and deploy J2EE applications using Eclipse. Of course, it also supports JSP development, Because JSP itself is part of J2EE. Lomboz not only supports JSP syntax highlighting, but also has a code assist function, which can be compared with JBuilder, but also display Javadoc in real time, can automatically check the errors in JSP and remind the developers.

The installation step is nothing more than downloading, unzipping, copying, mainly issues:

1. Installing Lomboz requires support for GEF and EMF plug-ins, so light download and installation Lomboz.301.zip is not enough, you must download the following three plugins:

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 is easily ignored, and the result will sometimes encounter a problem when installing: After installing, start the Eclipse, the result [Window] ---> [preference] On the left menu, you can't find a Lomboz . And in [Help] -> [About Eclipse Platform] ---> [plug-in details], it is clear that the Lomboz plugin is already installed. This problem toss for me for a long time, some Chinese installation tutorials are not clear. It is also necessary to install the two plugins to install Lomboz, Gef and EMF.

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

2, sometimes starting the Eclipse unloaded plugin, the solution is much, summarizes: a, remove the entire directory /eclipse/configuration/org.eclipse.Update/, restart Eclipse B, with -clen parameters such as: D: / enclipse/eclipse.exe -clean c, if the Eclipse starts can't find the plugin, the solution: Add a line osgi.checkconfiguration = true in the /configuration/config.ini file, which will find and install the plugin, you can find it That line is coming again, so that every time you start, you will not look slowly because of the search plug-in.

转载请注明原文地址:https://www.9cbs.com/read-43088.html

New Post(0)