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!

return a struct (object) from c back to java

843829Dec 16 2002 — edited Dec 17 2002
In my code I call the c functions from the java side.
I pass an object as a parameterto c. in the c side the object becomes a struct.
Does anyone knows how can I return a struct back to java (that will become an object in java)

tnx
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2003
Added on Dec 16 2002
5 comments
297 views