r1285@opsdev009 (orig r69504): dreiss | 2007-11-13 13:41:29 -0800
[amiethrift.git] / lib / java / README
blob2557af461e129360f6965b832d9d1f5be8dcd435
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.
9 Using Thrift with Java
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
14 developers.
16 To compile the Java Thrift libraries, simply do the following:
18 ant
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.
25 Dependencies
26 ============
28 Apache Ant
29 http://ant.apache.org/