Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

filling a Java array from C++

843829Aug 22 2004 — edited Sep 2 2004
In a C++ function called from java, I want to fill a java byte array with a large amount of data 50 bytes at a time (i.e. without using a large C array as an intermediary). Can you do this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2004
Added on Aug 22 2004
3 comments
227 views