0 Replies Latest reply on Mar 4, 2014 1:43 PM by raju457

    Simple java JMS message code getting compilation error..like javax.jms not exist import the package

    raju457

      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.