Karl Nelson

Results 337 comments of Karl Nelson

Agreed. I tried to get a OSX machine from work to test on, but never had any luck. Thus this one needs to stay open until we get a tester.

Do you have a 32 bit JVM? There most common problem here is starting a 32 bit python and then loading a 64 bit jvm dll. Second most common is...

At least that catch is working. So next you would need to look for conflicts in the dlls.

You will have to find the dlls that were loaded by both Java and Python and look for a conflict (any dll that is on both but resolves to a...

Interesting. How did jpype get built for this python version? It may be a problem with the build tools rather than a dll conflict. It may be required to build...

It seems to agree with me on the heart of the problem, DLL hell. I am not sure why Windows\System32 would contain 64 bit dlls, but if that is the...

I would need some version info and diagnostics. I run that 64 bit java and python without issue.

There is certainly a difference. In JPype for android we are just making access to the existing JVM which was started by the system. The request here is for Java...

Closing for now.

I am not sure exactly what performance issues you are facing, but if you can set up to use JPype dbapi2 rather than JayDeBeApi you may get faster performance. The...