Plugin Installation Instructions |
Installation
To install the Emeraldjb Plugin, take the following steps:
- Download and install the Eclipse Platform version 2.1.2 or greater
- Download the Emeraldjb plugin for Eclipse EmeraldjbPlugin.zip file
- Extract the zip file into the directory where Eclipse is installed. (e.g. c:\)
- Restart the Eclipse Platform.
Create a new EmeraldJB project
One of the bigger hurdles of getting a new project started is creating and populating the initial directory structure. The Emeraldjb Project Wizards assits developers with creating a new project and populating it with the basic information needed. To setup a new Emeraldjb Project follow the steps below:
- In Eclipse click File->New->Project->Emeraldjb Project
- Fill In the Project Name, Click Next
- Fill In the Company Name. Used in the copyright statement.
- Fill In the Domain Name. This will be used as the domain portion of the package structure.
- Fill In the Project Package name. The will be used as the project portion of the package structure.
- Select wheather you are working with MySQL or Oracle
- The web directory structure check box is checked by default. If you do not need the web directory structure, then uncheck the box.
- Click Finish and the base directory structure and default files will be created for you.

