|
Hi, this is quite easy to fix!! I will try to explain as simply as I can:
1) In netbeans press Ctrl-2 to bring up the files window;
2) Expand the project you are interested in and open the folder "nbproject";
3) Double click the file "project.properties";
4) Edit this value: build.dir=c:/webapps/MyProject/WEB-INF (Obviously put the location you want your class files to go to!).
And thats it, simple, I hope this helps you.
|