I'm working with parametrized queries in Neo4j. I have started with the Hello world program taken from http://docs.neo4j.org/chunked/milestone/tutorials-java-embedded-hello-world.html.
And I also tried with program from http://docs.neo4j.org/chunked/milestone/tutorials-cypher-java.html.
And in the program they have specified the target path. What do I need to specify for that path.
I have written the programs in Eclipse and want to run it but dnt find the way. Can anyone please help me out in the steps to execute the query and print Hello World and also to pass the parameters and see the graph in the second program.
Thanks in advance...