cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Not able to create a java8 neo4j hello world example

I have to integrate into a current java8 container some limited neo4j functionality but I'm not able to build a simple hello world example.

Created a simple demo app and all the details can be located on this StackOverflow question. https://stackoverflow.com/questions/75068541/not-able-to-create-a-java8-neo4j-hello-world-example

Can anyone please help me out here with java8. 

1 REPLY 1

Hello, the 1.7 driver is very old.

The last and maintained JDK 8-compatible Java driver is 4.4. You should use that.