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