-
Notifications
You must be signed in to change notification settings - Fork 1
Installing proJMS
Hauke Altmann edited this page Jul 10, 2013
·
1 revision
-
Download the latest version of proJMS.
-
Unzip the proJMS zipfile.
-
Copy the proJMS folder to your processing library folder.
-
Run the examples in processing to see if everything worked fine.
To enable logging (and only if you don't have log4j in your classpath already):
- Download the latest log4j1 library and place it into the library folder of your proJMS folder.
To enable the usage of the http transport protocol (this might be needed if you want to connect clients in different networks, where the tcp protocol is blocked by a firewall):
- Download the binary distribution HTTPClient libraries from https://hc.apache.org/downloads.cgi
- Download the binary distribution of XStream libraries from http://xstream.codehaus.org/download.html
- Unpack both archives and place the jar libraries into your proJMS library folder.