31 Aug 2010
I've recently done a proof of concept using RabbitMQ, Spring AMQP and Spring Integration. This...
21 Jul 2010
In over ten years of experience building software, there are patterns and nuances that you...
13 Jul 2010
I set out to find an elegant solution to providing growl notifications for a JRuby...
05 May 2010
I've started playing around with Heroku lately and ran into an issue when I created...
30 Apr 2010
I've been meaning to investigate something that came to mind a while back and just...

Solved: java.lang.NoClassDefFoundError: Acme/Serve/Serve

Published: 04 Sep 2009

During the setup of testing some RESTful integration tests by extending org.jboss.resteasy.test.BaseResourceTest, I received the following error:

java.lang.NoClassDefFoundError: Acme/Serve/Serve

Not a very helpful error message is it?

This means you’re missing the Tiny Java Web Server (TJWS) jar. Just add it to your classpath and you should be good to go. If you’re using Maven, you can find the dependency here.


blog comments powered by Disqus