Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6654693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:25:12+00:00 2026-05-26T01:25:12+00:00

I have a native function I am accessing via JNI that needs to return

  • 0

I have a native function I am accessing via JNI that needs to return the contents of an array to java. My function prototype is as follows:

JNIEXPORT jcharArray JNICALL Java_jniusb_Main_receiveData
  (JNIEnv *, jclass, jchar);

which was generated with javah.exe.

So in the function’s code I have an array ‘unsigned char InputPacketBuffer[65]’ which i want to return to java. However, I am having problems mapping this to my return type ‘jcharArray’.

In another function I used the ‘GetCharArrayRegion’ method provided by JNI to convert an input parameter of type ‘jcharArray’ to a ‘jchar’ array which i could then typecast to an ‘unsigned char’ array. Basically, I need to do the opposite of this to convert in the other direction, but I haven’t been able to find an appropriate JNI method in the JNI specification pdf. Anyone know how to do this?

UPDATE:

I found the correct JNI function on andy’s link – SetCharArrayRegion().

fyi – the “The Java Native Interface – programmer’s guide and specification” gives incorrect examples for using their functions.

i.e.

(*env)->SetCharArrayRegion(env, elemArr, 0, len, chars); 

doesn’t compile. Instead, the proper syntax is:

(*env).SetCharArrayRegion(elemArr, 0, len, chars);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:25:12+00:00Added an answer on May 26, 2026 at 1:25 am

    See the JNI documentation on array operations. The counterpart to GetCharArrayRegion is SetCharArrayRegion.

    A jchar is a short, not a char. Java supports Unicode characters. If you want an array of bytes, you can use jbytearray.

    An alternative is to use JNI string operations.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a native C function (with JNI of course) that should callback a
I have a function in a native DLL defined as follows: #include <string> void
I have a native library which is invoked by the JNI function called from
The basic idea is that I have a native function I want to call
Does it impact memory if I have two Java classes that have native calls
I am using native function in my java class. I have written C++ function
These are the incomplete steps that i have followed to call a native function
I'm trying to register a native function through jni, and to do that, I
The Setup I have a PDF API which has a native function that is
I know that PHP doesn't yet have native Enumerations. But I have become accustomed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.