Does that help?
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
In any case, this error is due to the missing Neo4j-Index component, so,
if you are maven, include not only the neo4j-kernel but even the
neo4j-index component, similar to
http://code.google.com/p/jo4neo/source/browse/trunk/jo4neo/pom.xml
If you are using plain java, download the Neo4j APOC distribution from
http://wiki.neo4j.org/content/Getting_Started_With_Apoc#Using_a_downloaded_zip.2Ftarball
and include the extracted libs (the index component and Apache Lucene
is among them) into your Java classpath for your project (e.g. in
Eclipse)
Does that help?
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
When you depend on jo4neo, it should pull in the index for you. Now
that you have the persistence working, there are many tests and some
demo apps that should also be helpful.
Taylor
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
Sorry we're having some technical difficulties. The easiest thing to
do getting started is add this to your pom
<dependencies>
<dependency>
<groupId>thewebsemantic</groupId>
<artifactId>jo4neo</artifactId>
<version>0.4.2</version>
</dependency>
</dependencies>
0.4.2 is the latest version. Then point to the repo in googlecode...
<repositories>
<repository>
<id>googlecode</id>
<url>http://jo4neo.googlecode.com/svn/trunk/repo</url>
</repository>
</repositories>
The jo4neo dependency will then seek out it's dependencies on neoj4.
I hope that gets you going again.
Peter, can you point me to some guidance on finding a public maven
repo? I think it's time to put this someplace where it can be found
without too much trouble.
Taylor
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
Sent from my HTC
Cheers,
/peter neubauer
[The entire original message is not included]