Getting started with JPype

2007-08-13 Thread porter
Hi, For nefarious javaesque reasons I've been trying to get started with jpype (http://jpype.sourceforge.net). This looks like a potentially useful tool for integrating java classes into C-python, but frustratingly I've run into immediate problems. The documentation on the project really doesn't

Re: Getting started with JPype

2007-08-13 Thread porter
Gah - I hate it when that happens: Just after posting I figured out my silly mistake: my package is called myclasses and I was referencing 'myclass' apologies for wasting your time Hi, For nefarious javaesque reasons I've been trying to get started with jpype

Re: Getting started with JPype

2007-08-13 Thread Ian Clark
Disclaimer: I have never used (or even heard of) JPype before... porter wrote: (snip) Package myclass.HelloWorld is not Callable (snip) from jpype import * startJVM(getDefaultJVMPath(), -ea, -Djava.class.path=D:/tmp/jpype- reli/test/dist/test.jar'' ) package = JPackage(myclass)