-
Hi, I am having trouble running the GUIs using Jframe in macos. The code I am running is as follows:
```python
import jpype
import jpype.imports
jpype.startJVM()
import java
import javax
fr…
-
JPype is a way call JVM code from python. It is a base of JVM backend for kaitaiStructCompile.py
Unfortunately I have noticed a stange behavior.
When I call `JavaKSYParser.localFileToSpecs`, whe…
-
Hello,
I'm trying to connect informix db but getting following error ,please help me to resolve it.
>>> import jaydebeapi
>>> conn = jaydebeapi.connect('com.datavirtuality.dv.jdbc.Driver', ['jd…
-
Hi @RaiMan
As you proposed last year in this topic discussion https://github.com/jpype-project/jpype/issues/911, I enabled both Py4J and JPype on my Robot Framework library proposal (https://githu…
-
`jpype.startJVM()` crashes with `A fatal error has been detected by the Java Runtime Environment`
I also tried to build and test jpype but the first test seemed to abort without printing error mes…
-
I have a very simple code below that works well in the Python shell. When I put the code in a Django view (we are looking around for offering JDBC in the Hue UI project), the first execution of a curs…
-
{'--bllip-model': '~/.local/share/bllipparser/GENIA+PubMed',
'--mention_phrases_dir': 'negbio/chexpert/phrases/mention',
'--neg-patterns': 'negbio/chexpert/patterns/negation.txt',
'--newline_is_…
-
Hi there,
i would like to call swing/awt components with JavaCall. But there seems to be some thread issues. Frames do not open.
I think this is not an JavaCall issue but an cocoa/JNI thing but maybe…
-
**Describe the problem**
We are using jep in our Java classes to do e.g. numpy calculations. But we also want to use those Java classes from standard Python, e.g. Spyder or Jupyter notebook. For the …
-
Hi,
When i run
d = Duckling()
I get the following issue.
File "C:\Users\hi\Anaconda3\lib\site-packages\duckling\duckling.py", line 53, in __init__
self.clojure = jpype.JClass('clojure.…