HI All
I am running Simple Java JMS code on Jboss6.1 EAP .while compilation trough Command prompt getting javax.jms connection package not exist import package javax.jms.connection.
package com.sample;
import javax.jms.connection*;
import javax.jms.connectionFactory*;
import javax.jms.Queue*;
I am imported above package in my code.
I am downloaded j2ee.jar file and add in class path also still code is not compiling.
can any body help on this.