Hi All,
Im trying to connect to neo4j using java using neo4j driver. The connectivity is successful when i try it from eclipse, but when i deploy the same class it its throwing error "No suitable driver found for jdbc:neo4j:bolt://localhost:port". Th...