Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse setup for WEB-INF/classes folder
Eclipse setup for WEB-INF/classes folder [message #11886] Sat, 22 January 2005 16:52
Eclipse UserFriend
Originally posted by: mhuggins.udel.edu

I can't seem to get my project setup correctly with regards to the "Java
Build Path".

I tried to create two source folders, one being "/src" compiling to
"/bin" and the other being "/src/WEB-INF/classes" compiling to
"/bin/WEB-INF/classes", but I get a warning/error message in Eclipse
that prevents me from doing that... something about "cannot nest output
folders 'myproj/bin/WEB-INF/classes' inside 'myproj/bin'".

If I try to simply create a "/src" source folder with a
"WEB-INF/classes" folder structure within it, then my packaged classes
will not correctly compile beneath the structure (because it expects the
package name to be "WEB-INF.classes.com.etc" instead of just "com.etc".

How can I make it so that my classes appropriate compile into their
respective folders, including WEB-INF/classes?

Thanks in advance!
Previous Topic:eclipse in linux, specifying "-Xmx512m" on ant run
Next Topic:Ant + Eclipse
Goto Forum:
  


Current Time: Fri May 09 08:51:53 EDT 2025

Powered by FUDForum. Page generated in 0.08254 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top