Build and run
- To build the project you will need to create a few directories that the ant build script looks for.
- Right click the project, expand the new popout and select folder.
- Create a new folder called lib.
- Repeat and create a new folder called res.
- Right click on the res folder and create under it a jar and zip folder.
- Right click on the res folder and create under it a jar and zip folder.You should now have a tree structure that looks like this.

- Select the build.xml in the package explorer and press Ctrl + F11 to start the Run As Dialog.
- Select the Ant Build option and press ok.

- The applet should now compile and run.
Previous
Next