|
|
|
|
|
Getting started with developing the OpenWebSuite on the Eclipse-IDE
The following text describes how to install the Eclipse-IDE and how to import existing Eclipse-projects.
Installing Eclipse
First you download the Eclipse-IDE from www.eclipse.org. Unzip it and start the IDE by double-clicking on the
executable 'Eclipse'. You have to select a workspace, the folder where your project is stored e.g. c:\workspace.
Now you download the OpenWebSuite from sourceforge.net and unzip it to a folder.
Importing a project (OpenWebSuite)
In Eclipse you choose File -> Import. In the displayed tree you choose Existing project into workspace.
Select Select root directory and click Browse. Navigate to the folder in which you unzipped the WebSuite.
The folder containing the Eclipse-project is named WebSuite_src_X.Y (One can recognize Eclipse-projects in general by the two files .classpath and .project).
Click OK and the project should appear in the textfield.
Select it and click Finish to start the import.
Compiling the project
To compile the project select Project -> Build Project
To compile and run the project click on the green button that looks like the 'play'-key on a cd- or casette-player
or click Run -> Run last launched
|
|
|