Top Page

How to use Eclipse with UTGB Shell

Type utgb eclipse in your project folder. This command generates Eclipse project files for your web application.

> cd myapp
> utgb eclipse

Then, import your web application folder into Eclipse by choosing File - Import - Exisiting Projects into Workspace.

When you modified the pom.xml file, you need to run utgb eclipse again to download the dependent JAR files, described in the dependencies tag in pom.xml.