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