Hello,
Neo4J Community Edition is well started as a service. If I uses the neo4j jdbc driver 3.3 the follow line:
Connection con = DriverManager.getConnection("jdbc:neo4j:bolt://127.0.0.1:7687", "test", "test");
delivers the following exception:
java...