You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Junia Porto <ju...@gmail.com> on 2006/08/07 01:48:20 UTC

Can't find package

Hello everyone

I'm new at xmlbeans, so I hope you can help.

I'm developing a application using Struts, Tomcat and XMLBeans. I'm using
SchemaCompiler.compile to generate the jar file for the schema on the fly.
It does generate the .java files, but after that I get 100 errors saying
"package org.apache.xmlbeans does not exist". In Tomcat directory, at
WEB-INF\lib, there are all jar files that comes with XMLBeans. It seems it
can't find the xbean.jar, but it is there, so I don't know what's wrong.

Can you help me with this?

Thanks a lot!

Junia