thrift/lib/java
David Reiss 9837aaf097 THRIFT-145. java: Make TNonblockingServer more robust against errors
TNonblockingServer was throwing a null pointer exception in certain cases.
We're not really sure what the root cause is, but this change prevents
the exception and also improves logging of certain undesirable conditions.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@702661 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 23:03:47 +00:00
..
src/com/facebook/thrift THRIFT-145. java: Make TNonblockingServer more robust against errors 2008-10-07 23:03:47 +00:00
build.xml java: Specify in build.xml that we are using Java 1.5 2008-08-04 18:38:36 +00:00
COPYING Thrift: Whitespace cleanup. 2008-02-06 22:18:40 +00:00
LICENSE Thrift: Whitespace cleanup. 2008-02-06 22:18:40 +00:00
Makefile.am [THRIFT-70] Allow the Java install prefix to be configured. 2008-07-11 01:26:16 +00:00
README READMEs and DOCs and ant tasks, oh my 2007-03-06 00:06:27 +00:00

Thrift Java Software Library

Author: Mark Slee (mcslee@facebook.com)
Last Modified: 2007-Mar-05

Thrift is distributed under the Thrift open source software license.
Please see the included LICENSE file.

Using Thrift with Java
======================

The Thrift Java source is not build using the GNU tools, but rather uses
the Apache Ant build system, which tends to be predominant amongst Java
developers.

To compile the Java Thrift libraries, simply do the following:

ant

Yep, that's easy. Look for libthrift.jar in the base directory.

To include Thrift in your applications simply add libthrift.jar to your
classpath, or install if in your default system classpath of choice.

Dependencies
============

Apache Ant
http://ant.apache.org/