jpype-project / jpype

JPype is cross language bridge to allow Python programs full access to Java class libraries.
http://www.jpype.org
Apache License 2.0
1.09k stars 179 forks source link

use with Java making use of jogl, other native code. #1125

Closed JoePfeiffer closed 1 year ago

JoePfeiffer commented 1 year ago

I'm trying to make use of ,https://github.com/SilentSys/orhelper , a Python package built on top of jpype to add scripting to https://github.com/openrocket/openrocket

Unfortunately, the particular class I need access to in OpenRocket makes use of OpenGL libraries, which are (near as I can tell -- if I'm wrong please tell me) written in native code. I have been unable to find any information on how to set jpype up to get access to these libraries, or native code libraries in general. Any help would be very appreciated.

I've opened an issue over on orhelper, https://github.com/SilentSys/orhelper/issues/10 , which contains more details.

Thrameos commented 1 year ago

This is a dependency issue well outside of jpype. Dependency issues on third party libraries are not something I can resolve.