cannot find org.neo4j.batchimport

半城伤御伤魂 提交于 2019-12-11 02:55:44

问题


I am continuing to have trouble with the import.bat file for the Neo4j batch importer. I started a new thread as the original problem was resolved.

from the command prompt I run

import.bat test.db sample\nodes.csv sample\rels.csv

With some variations on the path listing for the files, including absolute paths. I continue to get the following error message

The system cannot find the path specified.
Error: Could not find or load main class org.neo4j.batchimport.Importer

I also tried running import.sh from Cygwin and in my Debian VM but keep getting the error

Error: Could not find or load main class org.neo4j.batchimport.Importer

What am I doing wrong?


回答1:


Please download the zip-file, not the github clone.

This is a pre-build binary as outlined in the readme, that doesn't require that you have to have maven installed to build it.



来源:https://stackoverflow.com/questions/20909478/cannot-find-org-neo4j-batchimport

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!