yep, compiling will produce the byte code. but when you run it, the runtime libs must be made available to the code that uses it.
On Wed, Jun 26, 2013 at 4:58 PM, Sean Beck <[email protected]> wrote: > I am compiling like so: > > javac -cp > > /apache-activemq-5.8.0/lib/geronimo-jms_1.1_spec-1.1.1.jar:/apache-activemq-5.8.0/lib/camel/camel-jms-2.10.3.jar:/apache-activemq-5.8.0/activemq-all-5.8.0.jar:/apache-activemq-5.8.0/lib/camel/camel-core-2.10.3.jar:. > QueueListener.java > > So everything already should be in the classpath > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta
