how to include javax.jms.* in eclipse?

前端 未结 9 1310
太阳男子
太阳男子 2021-02-05 17:10

Iam trying to implement JMS using eclipse.But when I tried to save the code, it showed that javax.jms.* cannot be resolved and there are no suggestions

9条回答
  •  执笔经年
    2021-02-05 17:16

    If you are using/Testing ActiveMQ. Then configure your build path and add external jar activemq-all-.jar. (Path:In ) Clean and Build. This will helped me , will do same to you as well.

    Danke,
    Rahul.
    

提交回复
热议问题