neo4j-etl-cli-1.1.0 not able to load main class

81 views
Skip to first unread message

jai parkash Yadav

unread,
Aug 25, 2017, 3:37:15 AM8/25/17
to Neo4j
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.



SreeRamaSaran Mullapudi

unread,
Apr 18, 2018, 1:17:54 AM4/18/18
to Neo4j
Replace the 3rd line 

set jarpath=%jarpath:\neo4j-etl=%\..

with

set jarpath=%jarpath=%.\..
Reply all
Reply to author
Forward
0 new messages