Hello Hans, we sadly have no code for the C++<->Java interaction but a good example is the Python<->Java interaction code in https://github.com/apache/arrow/blob/master/python/pyarrow/jvm.py . This call Java from Python using the jpype1 module and then uses the memory pointers in the Java objects to construct pyarrow objects out of it.
Cheers Uwe On Wed, Jul 17, 2019, at 2:38 PM, hans-joachim.bo...@web.de wrote: > In my application I need to share Arrow buffers allocated in Java with > C++ in the same process. > Is there already some code in Arrow to pass the native address from > Java to C++ or do I have to do my own JNI call? > I do not want to go via the Plasma sockets and did not find any hint in > docs and Jira. > > Can anybody point me to the right place or confirm that this is to be done ? > > Thanks, > Hans. >