Posted By:
Anonymous
Posted On:
Monday, November 22, 2004 04:48 AM
You have to set up the build path for your project. In NetBeans this is done somewhere around "Project Properties" (never have worked with NB, so you have to look :). In Ant this is done in the build script (build.xml). First you have to declare the path to your external (means all outside of
Ant) libraries than refer to that declaration:
...
...
...
...