Tha sample of "Helloworld" in activemq ,which I success to compile by javac;they product four *.class files(App$HelloWorldBroker.class;App$HelloWorldConsumer.class;App$HelloWorldProducer.class;App.class).
But run error when I use command "c:\java App",such as : C:\incubator-activemq-4.0.2\helloworld>java App Exception in thread "main" java.lang.NoClassDefFoundError: App How to deal with the problem??? -- View this message in context: http://www.nabble.com/Can-you-help-me---tf2735572.html#a7631760 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
