question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

“Jyni” with Python mode

See original GitHub issue

Dear @jdf ,

People on the Processsing forum suggested you would be the best placed to answer my question, so here I am.

I would like to test Jyni (a layer with the goal to enable Jython to use native CPython extensions) with Python mode but:

  • I don’t know if it is compatible with Processing (latest version requires Jython 2.7.1)
  • I am encountering problems installing it

Regarding the installation, the dedicated github page states the following:

  • make the folder JyNI.dll available on the Java classpath
  • have the JyNI.jar file on the Java classpath when calling Jython

Unfortunately, I have no understanding of how works the Java classpath (how to access and modify it). Would you mind helping me figuring this out ?

Respectfully

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
villarescommented, Jul 9, 2020

Hey @solub and @TahsinTariq,

You should have a look on work done by amazing @mpsftw:

Here ----> https://github.com/jdf/processing.py/issues/348

4reactions
jeremydouglasscommented, Mar 28, 2020

Jython 2.7.2 final is just out. Looks like it works with JyNI 2.7-alpha5 and supports Numpy 13.3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JyNI – Using native CPython-Extensions in Jython - arXiv
At the time of writing, JyNI does not fully implement the Python C-API and ... mirror mode, but are mutable. However, we have...
Read more >
(PDF) JyNI - Using native CPython-Extensions in Jython
At the time of writing, JyNI does not fully implement the Python C-API and it is only capable of loading ... mirror mode,...
Read more >
Jython Gstreamer - python - Stack Overflow
Keep an eye on JyNI (http://www.jyni.org). ... Finally, consider to compile the Java-bindings for your system in 64 bit mode.
Read more >
processing.py - Bountysource
system information : Windows 10 (x64) - Processing 3.5.4 - Python Mode for ... I would like to test Jyni (a layer with...
Read more >
[Jython-checkins] jython: Added necessary ... - Python mailing list
... 06 17:17:16 2015 +0200 summary: Added necessary hooks for weak reference-support in JyNI. files: src/org/python/modules/_weakref/AbstractReference.java ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found