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

后端 未结 10 1532
梦谈多话
梦谈多话 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:40

    For everyone who is still trying to install Jpype but has meanwhile updated Mac OS: Andreas Kolleger's answer just works fine, but with XCode 4.3 the path changed to /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/JavaVM.framework/Versions/Current/

    In ML it's MacOSX10.8.sdk. At least on my system. :)

提交回复
热议问题