How to install JPype on OS X Lion to use with Neo4j?

后端 未结 10 1534
梦谈多话
梦谈多话 2020-12-06 12:51

I am trying to use Neo4j for a project, and want to interface with it through Python since I\'m a newbie to programming and don\'t know any Java. I\'m following the installa

10条回答
  •  不知归路
    2020-12-06 13:43

    For me, on Mountain Lion

    self.javaHome = '/System/Library/Frameworks/JavaVM.framework/'
    

    worked.

    $uname -a
    Darwin 12.0.0 Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64
    
    $ java -version
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
    

提交回复
热议问题