package javax.jms does not exist
843833Jun 30 2005 — edited Jul 25 2005I am trying this basic jms program HelloMsg.java. The compiler gives the error package javax.jms does not exist. I have checked the classpath and j2ee1.4\lib\j2ee.jar file is there. It does not give an error with other packages like java.util. etc. What am I doing wrong?