mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
102c600bbb
Client: build Patch: jfarrell Fixing all the missing files and dist build issues that have been ignored. |
||
---|---|---|
.. | ||
src | ||
build.xml | ||
Makefile.am | ||
README |
Thrift Java Tutorial ================================================== 1) Compile the Java library thrift/lib/java$ make or: thrift/lib/java$ ant 4) 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