The README mentions this ``` Driver driver = ( "bolt://localhost", AuthTokens.basic( "neo4j", "neo4j" ) ); ``` That's not valid java. You forgot the leading `GraphDatabase.driver`