Re: Strange Behaviour (ClassNotFoundException)

2005-02-18 Thread Matt Hughes
I don't know how new you are to web applications. But make the most basic web application you can without any of your classes. Just have a simple folder structure: web_application WEB_INF web.xml index.jsp And try a simple expression in the JSP file like: The time is <%=new java.u

Re: Strange Behaviour (ClassNotFoundException)

2005-02-18 Thread Dakota Jack
You using Tomcat? On Fri, 18 Feb 2005 13:36:22 +, Ben Taylor <[EMAIL PROTECTED]> wrote: > 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. > /clas