You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the neo4j-etl tool with my RDMS database to do the ETL work, but I cannot drive the software because the response which I always got would be "check my JAVA environment".
- Illegal command (NullPointerException: null)
usage: neo4j-etl <command> [ <args> ]
Commands are:
export Export from RDBMS and import into NEO4J via CSV files.
generate-metadata-mapping Create RDBMS to Neo4j metadata mapping Json.
help Display help information
See 'neo4j-etl help <command>' for more information on a specific command.
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 have check my java environment was 8 version.
I do not know why I always got the message.
Specifications (Mandatory)
Currently used versions
Versions
OS: Rocky OS 9.3
Library:
Neo4j: neo4j docker image the latest version
The text was updated successfully, but these errors were encountered:
Question
I would like to use the neo4j-etl tool with my RDMS database to do the ETL work, but I cannot drive the software because the response which I always got would be "check my JAVA environment".
I use the command from the tutorial: https://neo4j-contrib.github.io/neo4j-etl/#neo4j-etl-cli
But what I got is :
I have check my java environment was 8 version.
I do not know why I always got the message.
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: