mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
79f988c27a
Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there |
||
---|---|---|
.. | ||
src | ||
build.xml | ||
Makefile.am | ||
README.md |
Thrift Java Tutorial
-
Compile the Java library
thrift/lib/java$ make or:
thrift/lib/java$ ant
-
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