1 Thrift Java Software Library
3 Author: Mark Slee (mcslee@facebook.com)
4 Last Modified: 2007-Mar-05
6 Thrift is distributed under the Thrift open source software license.
7 Please see the included LICENSE file.
10 ======================
12 The Thrift Java source is not build using the GNU tools, but rather uses
13 the Apache Ant build system, which tends to be predominant amongst Java
16 To compile the Java Thrift libraries, simply do the following:
20 Yep, that's easy. Look for libthrift.jar in the base directory.
22 To include Thrift in your applications simply add libthrift.jar to your
23 classpath, or install if in your default system classpath of choice.
29 http://ant.apache.org/