-
I am using Lucene 8.6.0 on a project of mine. I am using Python 3.8.2 on Pop! OS (Ubuntu) and Python 3.8.5 on RHEL 7.8.
The following code fails on OpenJDK 11 and OpenJDK 14 but works just fine on …
-
I am struggling to create two connections in a single python program. My use case is that I want to connect to a source database and a target database to move data around. My single program requires…
-
The following notebook code should reproduce the issue:
```
import py5
%load_ext py5
%gui osx
def settings():
py5.size(500, 400, py5.P2D)
def setup():
py5.background(240)
py5.…
-
Is there existing PyInstaller support or might it be added? I am of course hoping this is a trivial thing to debug for someone with actual Java and JPype knowledge. `:]` I have been using javabridg…
-
Hi,
i install jaydebeapi using pip
appear all work very good
but when i try to connect it to a database, it not work show error in initialization of import __JPype
te errro msg are this
…
-
The IteratingSMILESReader correctly passes the input line to SmilesParser for processing, which passes the title to CxSmilesParser to see if it contains a cxsmiles. If so, SmilesParser sets the molecu…
-
I am getting TypeError when trying to call a static method without arguments:
` MyClass.MyMethod()
`
>Traceback (most recent call last):
File "", line 1, in
TypeError: No matching overloads fo…
-
Hi all, I'm trying to update from a prototype I wrote using JPype `0.7.5` to the latest `1.1.1` version, but it can no longer load classes from the JAR files:
```
docker run -it \
-v /home/tevan…
-
用jpype创建的java对象是JNI Global的,造成jvm的内存泄漏,如何解决?
![image](https://user-images.githubusercontent.com/48507141/101116019-4554bf00-361f-11eb-8278-5855a5a8ad74.png)
-
Hi,
I'm running into an issue where JPype crashes when JIT compilation is enabled, I am forced to use -Xint when starting the JVM to prevent the failure, which can happen in arbitrary places.
It…