Compiled .java code (i.e. class) does not go to the right directory in Netbeans

M

milkyway

Hi out there,

I am trying to comple a .jsp under Netbeans 4.0 - when doing so, I get
the error:

cannot resolve symbol

symbol: class getAtomFDEp
location: package boxes

boxes.getAtomFDep Dep = null;
^

Dependents = (boxes.getAtomFDep)
_jspx_page_context.getAttribute("Dependents", PageContext.PAGE_SCOPE);

The reason why this is happenning is because the compiled code does not
go to the correct directory. I have
WEB-INF/classes/org/....
WEB-INF/classes/boxes
^^^^^^^^^^^^^^^^^^^^^
I am trying to ge the compiled
classes to go here but I
do not know where this can be
configured


Another way of explaining this is that I compile a file foo.java.
The message is

init:
deps-jar:
Compiling 1 source file to
/home/d0mufasa/APPLICATIONS/PROCESSING/Samples/build/web/WEB-INF/classes

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I DONT WANT IT TO GO HERE

compile-single:
BUILD SUCCESSFUL (total time: 0 seconds)
What can I do to get this straight?

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top