SIGN IN SIGN UP
Thrift Java Tutorial
==================================================
1) Compile the Java library
2014-06-24 16:06:32 +02:00
thrift/lib/java$ make
or:
2014-06-24 16:06:32 +02:00
thrift/lib/java$ ant
4) Run the tutorial:
start server and client with one step:
2014-06-24 16:06:32 +02:00
thrift/tutorial/java$ make tutorial
or:
2014-06-24 16:06:32 +02:00
thrift/tutorial/java$ make tutorialserver
thrift/tutorial/java$ make tutorialclient
or:
2014-06-24 16:06:32 +02:00
thrift/tutorial/java$ ant tutorialserver
thrift/tutorial/java$ ant tutorialclient