tree: 5e776d0a49fb5a5524d557d74dbb45a0175c4cf2 [path history] [tgz]
  1. src/
  2. build.properties
  3. build.xml
  4. Makefile.am
  5. README.md
tutorial/java/README.md

Thrift Java Tutorial

  1. Compile the Java library

    thrift/lib/java$ make or:

    thrift/lib/java$ ant

  2. Run the tutorial:

start server and client with one step:

thrift/tutorial/java$ make tutorial

or:

thrift/tutorial/java$ make tutorialserver
thrift/tutorial/java$ make tutorialclient

or:

thrift/tutorial/java$ ant tutorialserver
thrift/tutorial/java$ ant tutorialclient