dlmarion commented on code in PR #92:
URL: https://github.com/apache/accumulo-access/pull/92#discussion_r2632816151


##########
README.md:
##########
@@ -58,35 +58,33 @@ Add the library to your CLASSPATH. For Maven, use:
 
 ## Running the [Examples](src/test/java/example)
 
-To run [AccessExample](src/test/java/example/AccessExample.java)
+To run 
[AccessExample](examples/src/main/java/org/apache/accumulo/access/examples/AccessExample.java)
 
 ```
 mvn clean package
 
-java --module-path=$(ls target/accumulo-access-*.jar) 
--add-modules=accumulo.access src/test/java/example/AccessExample.java
-java --module-path=$(ls target/accumulo-access-*.jar) 
--add-modules=accumulo.access src/test/java/example/AccessExample.java RED BLUE
+java 
--module-path=core/target/accumulo-access-core-1.0.0-SNAPSHOT.jar:examples/target/accumulo-access-examples-1.0.0-SNAPSHOT.jar
 --add-modules=accumulo.access,accumulo.access.examples 
--module=accumulo.access.examples/org.apache.accumulo.access.examples.AccessExample

Review Comment:
   Ok, I didn't know that. I'll update the README.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to