Eclipse is a very good integrated development environment. This open original code project under IBM has been familiar with the majority of Java developers after a period of IBM. The emergence of Eclipse provides Java developers with free use of powerful Java IDE opportunities, through the integrated plugin, Eclipse's functionality can be expanded to support a variety of applications.
Lomboz is a free Eclipse Plugin that integrates many Java application servers, J2EE components, and web applications to Eclipse, which can help Java developers build, test, and deploy J2EE applications.
JBoss is an open original code, a powerful Java application server, is also a Java application server that is currently the favorite of Java developers, and is rated as an editor of Java World as an optimal application server in 2002. The downloaded quantity so far in 2003 has exceeded 15 million times. http://www2.tw.ibm.com/developerWorks/Tutorial/selectTutorial.do?tutorialID=355 installation steps Nothing to download, unzip, copy, configure, online tutorial, no need to say more.
Some small problems are worth noting: 1, pay attention to the Eclipse and Lomboz version numbers when downloading, it is more important to say that the same version number is compatible. That is: 2.0 Eclipse corresponds to the plugin to install 2.0 Lomboz; Eclipse3.01 is to load the plug-in Lomboz.301, which is not easy to make mistakes, and it is best to see the instructions on the website when downloading, otherwise there is always an inexplicable problem. waste time.
2, install Lomboz requires support for GEF and EMF plug-ins, so light download install Eclipse3.01, and Lomboz.301.zip is not enough, you must download the following four plugins: Eclipse3.01 Lomboz.301.zip gef-runtime-3.0. 1.zip emf-do-runtime-2.0.0.zip
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.
3, sometimes starting the Eclipse unloaded plug-in, a lot of solutions, summarize: a, remove the entire directory /eclipse/configuration/org.eclipse.Update/, restart Eclipse B, with -clean 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. 4, in order to facilitate numerous plugins, it is recommended to install various Eclipse plugins in a links method.