Hi, I am started writing Java app using ActiveMQ.
I have added javax.jms and activemq-core jars to the project and it 
is built successfully.

When I run the app, I am facing the next problem:

Exception in thread "main" java.lang.NoClassDefFoundError:
edu/emory/mathcs/backport/java/util/concurrent/ThreadFactory
        at src.EmbeddedBrokerTest.main(EmbeddedBrokerTest.java:18)

line 18 is:

ConnectionFactory factory = new ActiveMQConnectionFactory(brokerUri);



-- 
View this message in context: 
http://www.nabble.com/NoClassDefFoundError-error-in-ActiveMQConnectionFactory%28%29-tf4614010s2354.html#a13176456
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to