摘要: 先总结自己趟的坑 1. python进程是64位进程,jvm.dll是32位dll,此时startJVM会直接崩溃,解决方法就是把python换成32位的python 2. 神坑:安装好以后,在命令行python里面输入from jpype import * 没问题,但是我把这句话 写入 jpype 阅读全文
posted @ 2017-11-30 19:56 hello world again! 阅读(2416) 评论(0) 推荐(0)