0.8.2 Gephi fails to import Neo4j 2.0.1 database with trunk built Neo4j plugin

那年仲夏 提交于 2019-12-11 08:25:52

问题


I checked the GitHub project for Gephi's Neo4j plugins. They supposedly upgraded support for Neo4j 2.0.1 in the trunk. I attempted to build the plugins from source with these steps. I could not successfully import a 2.0.1 Neo4j DB, so I'm unsure if I missed something. Any thoughts on whether the plug-in source is the problem or if my steps are incorrect?

  1. Install JDK 7 (if you have not already).
  2. Ensure that JAVA_HOME environment variable points to the top-level JDK location on your machine.
  3. Install Apache Ant.
  4. Ensure that these 2 path variables for Ant have been set. a. Add the ANT_HOME environment variable set to C:\ant. b. Add the ANT_OPTS environment variable set to -Xmx256M.
  5. Download the Neo4j Gephi plug-in source code from GitHub
  6. Cd to your source directory with the Neo4j plug-in code for Gephi. Run this command:

    ant clean nbms
    
  7. The build should be successful. Check the [your Gephi plug-in top-level]\build\updates for the constructed .nbm files.
  8. Follow the manual instructions to install these plugins.
  9. Open Gephi and go to File > Neo4j > Full import. You should be able to view a Neo4j graph database of version 2.0.1.

来源:https://stackoverflow.com/questions/22117695/0-8-2-gephi-fails-to-import-neo4j-2-0-1-database-with-trunk-built-neo4j-plugin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!