bear.giles wrote:
> 
> I'm getting a class initialization error when I try to launch an applet
> using ActiveMQ 5.0.0.  The applet is basically a variant of the provided
> examples, and they work within the eclipse applet viewer so I know the
> basic code is sound.
> 
> The error is:
> 
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.activemq.ActiveMQConnection
> 
> 

Check if you have all necessary jars in the same web directory as your
applet. I needed following jars:
activemq-core-4.1.1
backport-util-concurrent-2.1
commons-logging-1.1
geronimo-j2ee-management_1.0_spec1.0
geronimo-jms_1.1_spec-1.0


best regards
Piotr Rezmer

-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-5.0---java-applets-tp15665219p19407251.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to