Hi all,

For my MGWT app in Eclipse I’ve created a ManifestServlet that extends a 
ManifestServletBase class in a different Eclipse project (library). Having 
set the app project’s build path to include the other project all works 
fine when compiling the app project. 

But when debugging the app (and thus running the ManifestServlet), Jetty 
server does not see the ManifestServlet parent class (ManifestServletBase) 
which is extended and throws a NoClassDefFoundError. 

Is there a way to inform Jetty where it can find the parent class - without 
creating a jar from the other project and adding it to the web-inf/lib 
directory?

Thanks in advance,

Piotr

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to