blob: 2557af461e129360f6965b832d9d1f5be8dcd435 [file] [log] [blame]
Mark Slee54b7ab92007-03-06 00:06:27 +00001Thrift Java Software Library
2
3Author: Mark Slee (mcslee@facebook.com)
4Last Modified: 2007-Mar-05
5
6Thrift is distributed under the Thrift open source software license.
7Please see the included LICENSE file.
8
9Using Thrift with Java
10======================
11
12The Thrift Java source is not build using the GNU tools, but rather uses
13the Apache Ant build system, which tends to be predominant amongst Java
14developers.
15
16To compile the Java Thrift libraries, simply do the following:
17
18ant
19
20Yep, that's easy. Look for libthrift.jar in the base directory.
21
22To include Thrift in your applications simply add libthrift.jar to your
23classpath, or install if in your default system classpath of choice.
24
25Dependencies
26============
27
28Apache Ant
29http://ant.apache.org/