summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/tutorial/java/README.md
blob: f109fea4ab0e5c76446f2b608f92f96fba04886e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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