Failed to import records from mysql to neo4j desktop by ETL

Hi everyone, I wanted to import records from mysql into my neo4j using neo4j-import tool for initial offline bulk load. An error occurred while importing:

"- Creating Neo4j store from CSV...

  • Trying to retrieve JDK 11 from ETL distribution...
  • Setting new javaHome: D:\Neo4jDesktop\distributions\java\zulu11.72.19-ca-jdk11.0.23
  • Direct driver instance 1800967368 created for server address localhost:7687
    Unable to connect to Neo4j due to the following exception: Unable to connect to localhost:7687, ensure the database is running and that there is a working network connection to it.
  • Importing data into Neo4j
  • Command failed due to error (CommandFailedException: Command failed [Command: 'D:\Neo4jDesktop\relate-data\dbmss\dbms-d6f9bcb7-6842-4684-8454-f7a1fae305b9\bin\neo4j-admin.bat @C:\Users\HP0207\AppData\Local\Temp\csv-010\neo4j-admin-import-params', CommandResult { ExitValue: 1, Stdout: '', Stderr: '����: �������� org.neo4j.server.startup.Neo4jAdminCommand ʱ���� LinkageError
    java.lang.UnsupportedClassVersionError: org/neo4j/server/startup/Neo4jAdminCommand has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0', DurationMillis: 2631 }]). Rerun with --debug flag for detailed diagnostic information."

The following is log information:

[2024-08-28 18:50:40.775] [info] Process [13696] exit with code '0', signal 'null'
[2024-08-28 18:50:53.051] [info] Executing 'D:\Neo4jDesktop\distributions\java\zulu17.50.19-ca-jdk17.0.11\bin\java.exe, -cp, D:\Neo4jDesktop\graphApps_global\neo4j-etl-ui\dist\neo4j-etl.jar, org.neo4j.etl.io.Support, write, C:\Users\HP0207\AppData\Local\Temp/import-tool-options.json, eyJtdWx0aWxpbmUtZmllbGRzIjoidHJ1ZSJ9, false'
[2024-08-28 18:50:53.058] [info] Executing 'D:\Neo4jDesktop\distributions\java\zulu17.50.19-ca-jdk17.0.11\bin\java.exe, -cp, D:\Neo4jDesktop\graphApps_global\neo4j-etl-ui\dist\neo4j-etl.jar;C:\Program Files (x86)\MySQL\Connector J 8.0\mysql-connector-j-8.0.33.jar, org.neo4j.etl.NeoIntegrationCli, export, --mapping-file, C:\Users\HP0207\AppData\Local\Temp/jdbc_elecdata_mapping.json, --destination, D:\Neo4jDesktop\relate-data\dbmss\dbms-d6f9bcb7-6842-4684-8454-f7a1fae305b9/data/databases/graph.db/, --import-tool, D:\Neo4jDesktop\relate-data\dbmss\dbms-d6f9bcb7-6842-4684-8454-f7a1fae305b9/bin, --rdbms:password, 123456, --rdbms:user, root, --rdbms:url, jdbc:mysql://localhost:3306/elecdata, --csv-directory, C:\Users\HP0207\AppData\Local\Temp, --options-file, C:\Users\HP0207\AppData\Local\Temp/import-tool-options.json, --using, bulk:neo4j-import, --neo4j:url, bolt://localhost:7687, --neo4j:user, neo4j, --neo4j:password, 12345678, --force'
[2024-08-28 18:50:53.204] [info] Process [13444] exit with code '0', signal 'null'
[2024-08-28 18:50:58.423] [info] Process [3296] exit with code '4294967295', signal 'null'

This issue seems to be related to the version of the jdk. Maybe I can fix this by changing the called jdk in the configuration file, but I can't find the place to change it.

I am using:
Neo4j Desktop -1.6.0

DBMS Neo4j 5.20.0

Neo4j ETL Tool 1.6.0