Re: Baffled: classpath problem as usual?

2000-12-11 Thread David M. Karr
> "Laird" == Laird Nelson <[EMAIL PROTECTED]> writes: Laird> "Craig R. McClanahan" wrote: >> Are you positive that your classes have a "*.class" extension, and are in their >> proper package hierarchy? In other words, a class named >> "com.mycompany.mypackage.MyClass" should be locate

Re: Baffled: classpath problem as usual?

2000-12-11 Thread Laird Nelson
"Craig R. McClanahan" wrote: > Are you positive that your classes have a "*.class" extension, and are in their > proper package hierarchy? In other words, a class named > "com.mycompany.mypackage.MyClass" should be located at: > > /WEB-INF/classes/com/mycompany/mypackage/MyClass.class Verif

Re: Baffled: classpath problem as usual?

2000-12-11 Thread Laird Nelson
Pierre Métras wrote: > The ClassNotFoundException indicates that Struts can't find your class along > the application CLASSPATH, using the Java classloader. Right; I should have made it clear that I've been working with Java professionally for years, i.e. I know what the exception means. (Even s

Re: Baffled: classpath problem as usual?

2000-12-11 Thread Pierre Métras
Hi Laird, > ... > To debug, I've got it to the point where > ActionBase.createActionInstance() tries to create an instance of my > Action. The action.xml file is set up properly. The call to > newInstance() results in a ClassNotFoundException. > > Is there some magic setting I don't know about

Re: Baffled: classpath problem as usual?

2000-12-11 Thread Craig R. McClanahan
Laird Nelson wrote: > Laird Nelson wrote: > > To debug, I've got it to the point where > > ActionBase.createActionInstance() tries to create an instance of my > > Action. The action.xml file is set up properly. The call to > > newInstance() results in a ClassNotFoundException. > > Even more wei

Re: Baffled: classpath problem as usual?

2000-12-11 Thread Laird Nelson
Laird Nelson wrote: > To debug, I've got it to the point where > ActionBase.createActionInstance() tries to create an instance of my > Action. The action.xml file is set up properly. The call to > newInstance() results in a ClassNotFoundException. Even more weirdly, the tomcat.log reports that