Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jni

Status
Not open for further replies.

srikandula

Programmer
Dec 28, 2000
31
US
I need to pass a user defined object from my c program to java program via jni. It allows me to return java objects like String, or array of String to the calling function in java. But if the object to be returned is a user defined object then it gives an error message saying it can't convert from the user defined object to jobject type. Is there a way of creating some mapping or another solution to this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top