简体   繁体   中英

How to load a owl file to neo4j using eclipse

I have refered to this site " http://sujitpal.blogspot.in/2009/05/using-neo4j-to-load-and-query-owl.html " for loading a owl file but having trouble in doing it. It shows error at the import levl . I have updated the library and jar files still the error persist.

Given that the referenced article is ~6 years old, I think it was based on Neo4j < 1.0. Don't remember completely but I think from 0.x -> 1.0 the package names changed, eg org.neo4j.api.core.Relationship moved to org.neo4j.graphdb.Relationship .

So either figure out on which version the article was based and use that version or upgrade the code.

You do not have the required jars on the classpath.

Make sure you add all the jars you downloaded to your classpath.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM