0 Replies Latest reply on Nov 24, 2002 7:13 PM by mayobria

    Try to get a TopicReader applet to work

    mayobria

      I am not sure if this really fits this group, but here it goes.
      I am trying to create a very simple JBossMQ Topic Subscriber Applet. I created the applet, imported the JBoss Client libs as well as the JMS libs and have it working when run from my IDE. When I try to move this setup to a web server, I keep getting the class not found error regarding javax.jms.JMSException.
      I created a .jar file with all the classes needed for the applet and have an html page which references the archive file and my applet class for execution. I look into the .jar file and confirmed that not only was my applet class there, but also the necessary JBoss client libs and the JMS libs.
      Help.