how to include javax.jms.* in eclipse?

前端 未结 9 1323
太阳男子
太阳男子 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:35

    When you download the activemq archive file from Internet. Extract this archive: /apache-activemq-x.x.x

    cd into this apache... directory.

    You will see activemq-all-x.x.x jar file.

    Include this in your build path.

    This should resolve your issue.

提交回复
热议问题