Re: Eclipse - java class - jsp - jboss
Posted By:
Anonymous
Posted On:
Friday, September 8, 2006 03:34 PM
you should have a source directory containing your java classes. Then you could set the build directory for them to WEB-INF/classes.
But without setting a source directory eclipse sees WEB-INF/classes/apps as the package.
You should take a look at the Web Tools Platform, it may help you with issues like this.