摘要:
jpypepackage demo.jpype;public class JpypeDemo{ public String sayHello(String user) { return "hello " + user; } public int calc(int a,int b) { return a+b; }}-----------------------------------------------------from jpype import *import osstartJVM("%s/jre/bin/client/jvm.dll"%(os.e 阅读全文
posted @ 2011-08-11 11:44
信仰123
阅读(281)
评论(0)
推荐(0)