Skip to content

Commit

Permalink
GEODE-887: correct paths in README.md
Browse files Browse the repository at this point in the history
This closes apache#86
  • Loading branch information
Ken Howe authored and dschneider-pivotal committed Feb 10, 2016
1 parent 99e4aaf commit dec5ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ _HelloWorld.java_

Compile and run `HelloWorld.java`. The classpath should include `gemfire-core-dependencies.jar`.

javac -cp /some/path/geode/gemfire-assembly/build/install/geode/lib/gemfire-core-dependencies.jar HelloWorld.java
java -cp .:/some/path/geode/gemfire-assembly/build/install/geode/lib/gemfire-core-dependencies.jar HelloWorld
javac -cp /some/path/geode/gemfire-assembly/build/install/apache-geode/lib/gemfire-core-dependencies.jar HelloWorld.java
java -cp .:/some/path/geode/gemfire-assembly/build/install/apache-geode/lib/gemfire-core-dependencies.jar HelloWorld

#Application Development

Expand Down

0 comments on commit dec5ee2

Please sign in to comment.