-
Using the Apache Drill JDBC driver always only works with the second attempt to connect to it. The first attempt will always fails with the same missing Java class.
## Reproducible example
```py…
-
I've read the docs on threading and JPype https://jpype.readthedocs.io/en/latest/userguide.html#threading. In a context where the thread can do arbitrary work (e.g. it is in a pool, or runs an asyncio…
-
I've tried to merge SBOMs, in 1 of which there is next component:
```
org.jpype
cpe:2.3:a:org.jpype:org.jpype:*:*:*:*:*:*:*:*
pkg:maven/org.jpype/org.jpype
…
-
Currently, attempting to report a heterogeneous list gives a `ParseException` pyNetLogo attempts to the elements of a `LogoList` based on the type first element:
```
> netlogo.report('["hi" 8]')
…
-
Hi, I want to use JPype to call java lib in my python project. In my project, there are there py model as follow:
1. utilities.py, which call the function developed in Java
```
import jpype.imports…
-
Context: ~~in Brazil~~ *Around the world*, many users have names, usernames and various directories containing non-ascii characters. I found this issue because some students couldn't run the same proj…
-
I am having problems importing boilerpipe:
## In [2]: from boilerpipe.extract import Extractor
RuntimeError Traceback (most recent call last)
in ()
----> 1 from boilerpi…
-
Hi Pyhidra developers! I've recently been moving to reimplement our plugin system, [BinSync](https://github.com/binsync/libbs) to Pyhidra Python3. In our code, we have some code to handle events gener…
-
Running on OS X 10.10 Yosemite. JAVA_HOME is set:
$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home
JPype install completed:
...
Installed /usr/local/lib/python2.7/si…
-
During a recent deploy the jpype1 lib was automatically updated and our systems integrated with SUTime started to crash with the following exception:
TypeError json in loads
error
the JSON object…