Stéphane Traumat
Stéphane Traumat
Same here. I also have the error with `lombok-maven-plugin:1.18.20.1-SNAPSHOT`
@awhitford thx. Works perfectly for [https://github.com/cassandre-tech/cassandre-trading-bot](https://github.com/cassandre-tech/cassandre-trading-bot)
I'm building an image for my project [blockchain2graph]https://github.com/straumat/blockchain2graph) and I need to start a neo4j server in my docker image. I would like to do a `neo4j status` to check...
It seems there is a problem with my lastest release that uses Java 11. Can you give a try with the previous release please ?
Yes Java runs on Most OS. Do you know docker ?
It's not required but it's an easy way to make it work. Just install docker : [https://docs.docker.com/docker-for-windows/](https://docs.docker.com/docker-for-windows/) Then, downnoad this file : [https://gist.github.com/straumat/54edc240554f84c71b81a8d926b8f5be](https://gist.github.com/straumat/54edc240554f84c71b81a8d926b8f5be) In the command line, just type :...
You should install [Java first](https://www.oracle.com/fr/java/technologies/javase/javase-jdk8-downloads.html) then [neo4j](https://neo4j.com/docs/operations-manual/current/installation/windows/) then, download blockchain2graph and run it with the command : `java -jar blockchain2graph/blockchain2graph-bitcoin-neo4j.jar`
It's here [https://github.com/straumat/blockchain2graph/releases/download/3.1/blockchain2graph-bitcoin-neo4j.jar](https://github.com/straumat/blockchain2graph/releases/download/3.1/blockchain2graph-bitcoin-neo4j.jar)
Are you sure you are running `java -jar blockchain2graph-bitcoin-neo4j.jar` in the directory where is blockchain2graph-bitcoin-neo4j.jar ?
Is your bitcoin server running?