Skip to content

Commit e18382d

Browse files
committed
Update main class name in README
1 parent ea05d74 commit e18382d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You need Java and maven.
1010
#+BEGIN_SRC java
1111
git clone git://github.com/russelldb/bench_shim.git
1212
mvn clean install
13-
mvn exec:java -Dexec.mainClass="com.basho.riak.bench.BenchDriverApp" -Dexec.classpathScope=runtime -Dexec.args="[email protected] MY_COOKIE"
13+
mvn exec:java -Dexec.mainClass="com.basho.riak.bench.BenchShimApp" -Dexec.classpathScope=runtime -Dexec.args="[email protected] MY_COOKIE"
1414
#+END_SRC
1515

1616
This will start a local Jinterface node. You then need to configure your basho_bench installation to talk to this Java node.

0 commit comments

Comments
 (0)