Hi,

I'm im the middle of creating a Struts project using JBuilder, which
correctly compiles all of my java files to the /classes/ directory
with the correct nesting for my packages - ie.
/classes/com/com_name/resource/MyClass.class.

My problem is that when I run the application it seems to think that
these files do not exist!  The project builds with no errors yet it
results in Server 500 errors, which are triggered as a result of not
being able to find the neccessary files.

I've looked in the Log4j log file and the paths it says do no exist,
are exactly what they are meant to be - even copying and pasting the
result into JBuilder's "Find Classes" option shows the correct file is
present.

Having spent literally hours trying to work out what was wrong I
decided to zip up my souce files and rename the archive 'mysrc.jar',
which I then added to the /WEB-INF/lib directory.

Now when I browse through the lib directory I can see all of my files
(which I've now removed from the /src/ directory).  Although during
the build compilation they are seemingly present, during runtime the
web app still cannot find any of the files :o(

I'm interested if any other web developers have had this kind of
problem before, or indeed if anyone knows how I can fix it.


Thank you for any help.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to