Hi All,
From within netbeans I can't compile the example code listed here:
Writing Simple JMS Client Applications
I get the error:
D:\PhD\My Development\development\JMS Example\src\SimpleTopicPublisher.java:50: package javax.jms does not exist
import javax.jms.*;
I get that the compiler can't locate the JMS file, but to my understanding the JMS file should be part of the JDK that I downloaded.
I get the high level stuff on how Pub/Sub works as I've written equivalent stuff in C++, I just can't figure out how to get JAVA to behave.
Any help extremely welcome.
Darryl