mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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