neo4j-etl
neo4j-etl copied to clipboard
Error: Could not find or load main class org.neo4j.etl.NeoIntegrationCli
I have installed neo4j-etl-cli v1.3.1, but am unable to get it to execute. Other java related things (like neo4j console
seem to work fine)
$ pwd
/usr/local/Cellar/neo4j/3.5.3/libexec
$ uname -a
Darwin TWC-T86VGH03Q 17.7.0 Darwin Kernel Version 17.7.0: Thu Dec 20 21:47:19 PST 2018; root:xnu-4570.71.22~1/RELEASE_X86_64 x86_64 i386 MacBookPro13,3 Darwin
$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk1.8.0_212.jdk/Contents/Home
$ $NEO4J_HOME/bin/neo4j-etl
Error: Could not find or load main class org.neo4j.etl.NeoIntegrationCli
It seems 'java' command is not available.
Please check your JAVA_HOME environment variable.
Also check if you have a valid Java 8 environment
I'm guessing this is my environment, but haven't been able to figure it out. I've attempted to uninstall java and reinstall, but the same symptom persists.