On Aug 26, 2007, at 8:28 PM, ChaoChun Liang wrote:

Why not use JNI? It looks like will be easy for the implementation.

One of the desires was to minimize the impact on the C++ code. In particular, requiring a JVM to be linked in with the application is pretty heavy. Additionally, the JNI interfaces are really expensive to move large amounts of data across.

-- Owen

Reply via email to