Hi,
you could also check pyjnius, which seems more mature than jpype and it is
used in real life apps to run e.g. python on android:
http://pyjnius.readthedocs.io/en/latest/

I quickly tried to compile pyjnius with pypy (using cpyext) and it seems to
work (at least, the tests pass). However, since it uses cpyext I dont' know
what are the performance.

ciao,
Anto

On Thu, Jul 14, 2016 at 11:08 AM, Maciej Fijalkowski <fij...@gmail.com>
wrote:

> Hi Andrey
>
> There are no java bindings for PyPy just yet. You would need to write
> your own based on cffi. http://jpype.sourceforge.net/ is one of the
> examples of how those things can be done, but you would need to use
> cffi as opposed to CPython C API. If you need a quick solution, you
> can try compiling jpype against PyPys CPython C API compatibility
> layer, but it would be at least very slow.
>
> Best regards,
> Maciej Fijalkowski
>
> On Wed, Jul 13, 2016 at 9:49 PM, Andrey Rubik <tirnota...@gmail.com>
> wrote:
> > Hi guys!
> >
> > I'am new at pypy development and need help.
> >
> > I want do integration between pypy and jemeter (this project on java:
> > http://jmeter.apache.org/).
> >
> > As i learned on jemeter dev list, i need some pypy-java bindings. It may
> be
> > some .jar file for example.
> >
> > Where i can get some pypy-java binding (.jar file)?
> >
> >
> > Thanks in advance!
> >
> >
> > --
> > Best Regards,
> > Andrey Rubik
> >
> > _______________________________________________
> > pypy-dev mailing list
> > pypy-dev@python.org
> > https://mail.python.org/mailman/listinfo/pypy-dev
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to