• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..04-Feb-2021-

src/H04-Feb-2021-311178

Makefile.amH A D04-Feb-20211.2 KiB4618

Makefile.inH A D04-Feb-202117.8 KiB654558

README.mdH A D04-Feb-2021454 2515

build.xmlH A D04-Feb-20213.9 KiB11684

README.md

1Thrift Java Tutorial
2==================================================
31) Compile the Java library
4
5    thrift/lib/java$ make
6or:
7
8    thrift/lib/java$ ant
9
104) Run the tutorial:
11
12start server and client with one step:
13
14    thrift/tutorial/java$ make tutorial
15
16or:
17
18    thrift/tutorial/java$ make tutorialserver
19    thrift/tutorial/java$ make tutorialclient
20
21or:
22
23    thrift/tutorial/java$ ant tutorialserver
24    thrift/tutorial/java$ ant tutorialclient
25