Skip to content

Commit

Permalink
Removing gemfire-assembly references after renaming sub-projects to g…
Browse files Browse the repository at this point in the history
…eode-*.
  • Loading branch information
Sai Boorlagadda committed Feb 22, 2016
1 parent 5e4f372 commit a259ed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Extract the source archive and build from the expanded directory:

Start a locator and server:

$ cd gemfire-assembly/build/install/apache-geode
$ cd geode-assembly/build/install/apache-geode
$ ./bin/gfsh
gfsh> start locator --name=locator
gfsh> start server --name=server
Expand Down Expand Up @@ -77,8 +77,8 @@ _HelloWorld.java_

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

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

#Application Development

Expand Down

0 comments on commit a259ed3

Please sign in to comment.