Dear Experts,
While using neo4j-etl-components on windows, i am getting below error:
C:\Jai\Project_Documentation\Non_Documentum\2017\Neo4J\software\neo4j-etl-cli-1.
1.0\bin>neo4j-etl help
The system cannot find the file specified.
~0,-1
Error: Could not find or load main class org.neo4j.etl.NeoIntegrationCli
I think something need to be changed into neo4j-etl.cmd file. Below are the
contents for neo4j-etl.cmd file:
@echo off
set jarpath=%0
set jarpath=%jarpath:\neo4j-etl=%\..
setlocal enabledelayedexpansion
set jars=
for /f "delims=" %%a in ('dir %jarpath%\lib\*.jar /s/b') do set
jars=%%a;!jars!
set jars=!jars:~0,-1!
echo %jars%
endlocal & java -classpath %jars% org.neo4j.etl.NeoIntegrationCli %*
Can anyone look into this issue and provide some pointers.
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.