updating java tutorial readme
authorJake Farrell <jfarrell@apache.org>
Mon, 25 Jul 2011 13:22:14 +0000 (13:22 +0000)
committerJake Farrell <jfarrell@apache.org>
Mon, 25 Jul 2011 13:22:14 +0000 (13:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1150692 13f79535-47bb-0310-9956-ffa450edef68

tutorial/java/README

index c33620c..9f03ba7 100644 (file)
@@ -4,7 +4,7 @@ Steps for Java tutorial
 1) Make sure thrift is compiled, both the compiler and the Java library. You should
 be able to verify the following:
 
-thrift/tutorial/java$ file ../../lib/java/libthrift.jar 
+thrift/tutorial/java$ file ../../lib/java/build/libthrift-${version}-${release}.jar 
 ../../lib/java/libthrift.jar: Zip archive data, at least v1.0 to extract
 
 thrift/tutorial/java$ file ../../compiler/cpp/thrift