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.12k stars 183 forks source link

DeprecationWarning: jpype._core.isThreadAttachedToJVM is deprecated #1223

Closed liyangzbx closed 1 month ago

liyangzbx commented 1 month ago

DeprecationWarning: jpype._core.isThreadAttachedToJVM is deprecated, use java.lang.Thread.isAttached instead if not jpype.isThreadAttachedToJVM():

image

Thrameos commented 1 month ago

Yes the call is deprecated. Contact the package that cslls it "jaydebeAPI".