I am attempting to use Neo4j's JDBC Driver with an Embedded Neo4j. I've copied the jars, configured the build path, wrote the code to create the GraphDatabaseService as the limited instructions dictate. I am lost, however, on how to get the JDBC to point to the embedded (and running, hopefully) server.
The URL I specify for the JDBC is "jdbc:neo4j:simulationDb?debug=true". How and where do I set this for the embedded server?