In the future, if you can't figure out which jar / dependency you need to 
import for given class, this might be helpful:
http://mvnrepository.com/
http://www.findjar.com/

On Sunday, July 27, 2014 2:43:31 AM UTC+1, Rodger wrote:
>
> Hi Dave, 
>
>
> Thanks for responding.
>
> I'm just a java newbie, learning all this in isolation. 
>
>
> I think I managed to figure it out:
>
> Create a Maven project from within Netbeans.
>
>
> http://docs.neo4j.org/chunked/stable/tutorials-java-embedded-setup.html 
>
> Modified pom.xml and added:
>
> <dependency>
>    <groupId>org.neo4j</groupId>
>    <artifactId>neo4j</artifactId>
>    <version>2.1.2</version>
>   </dependency>
>
>
>
> Clean and build.
>
> It seemed to find all the classes.
>
>
> Is this the correct procedure (in the big picture)?
>
>
>
> Best,
>
> Rodger
>
>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to