ClassNotFoundException CommanderProtos
Goffen opened this issue · 2 comments
Goffen commented
Hi, im just trying to run it but I get a ClassNotFoundException.
Exception in thread "main" java.lang.ExceptionInInitializerError
at clojure.main.(main.java:20)
Caused by: java.lang.ClassNotFoundException: com.capitalone.commander.grpc.CommanderProtos, compiling:(com/capitalone/commander/grpc.clj:1:1)
Dont know where that class is coming from, but "lein repl" is giving me a hard time.
Anyone has a clue of how to get it to run? I've followed the readmes instructions and got a docker-machine with the supporting services.
danielcompton commented
See #14?
bobby commented
Hi @Goffen, I added a note to the README to hopefully avoid future confusion on this point.
Thanks for jumping in, @danielcompton!