changes for arrays
[lwes-java.git] / README
blob45cd0585044a94b44ff953d2c5e9f5a070a452a8
1 This is the Java API for the Light Weight Event System.
3 ***
4 Prerequisites
5 - JDK 1.6.x (http://java.sun.com/)
6 - Maven 2.2.x (http://apache.maven.org/)
8 ***
9 How to build
10 % mvn clean package
12 ***
13 To increase the read buffer size on the multicast socket, set the system property
14 MulticastReceiveBufferSize. For example,
16 java -DMulticastReceiveBufferSize=8388608 ...
18 ***
19 10/29/2009 FM
20 I removed the files that are autogenerated by javacc and made it part of the build.
21 The .java files will end up in target/generated-sources/javacc if you are interested in
22 seeing them.
24 I also nuked the ant build.xml file. I don't want to support both ant and maven and imo,
25 maven wins. :)