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

  • Home
  • SEARCH
  • 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 4236582
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:39:35+00:00 2026-05-21T02:39:35+00:00

I was going through JNI tutorial and I came across below line in generated

  • 0

I was going through JNI tutorial and I came across below line in generated header file.

JNIEXPORT jbyteArray JNICALL Java_ReadFile_loadFile
(JNIEnv *, jobject, jstring);

I can understand the meaning of jbyteArray, JNIEnv, jobject and jstring.These are required to pass information to and from c program. But I was not able to understand why are JNIEXPORT and JNICALL are used. And what are these termed as in c program(function, Structure, Enum – I regret if this question is very trivial)? Any help is appreciated.

  • 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-21T02:39:36+00:00Added an answer on May 21, 2026 at 2:39 am

    JNIEXPORT and JNICALL are macros used
    to specify the calling and linkage
    convention of both JNI functions and
    native method implementations.

    See here section 12.4

    For example, in my jvm (Ubuntu 32bit), the header file jni_md.h contains:

    #define JNIEXPORT 
    #define JNIIMPORT
    #define JNICALL
    

    Which will make your function look like:
    jbyteArray Java_ReadFile_loadFile
    (JNIEnv *, jobject, jstring);

    While win32 jni_md.h contains:

    #define JNIEXPORT __declspec(dllexport)
    #define JNICALL __stdcall
    

    Since windows use different calling conventions and your function will look like:

    __declspec(dllexport) jbyteArray __stdcall Java_ReadFile_loadFile
    (JNIEnv *, jobject, jstring);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was going through some code and came across a scenario where my combobox
I was going through someone's code where I came across a thread: while(TRUE) {
I'm going through some old stored procedures at work and constantly come across CASE
I'm going through a lot of files and on each file I need to
Going through the microsoft authentication tutorial listed here they have you create a master
Going through the php.net site, it had an example for header, which says would
After going through couple of linksI came to know that Perl does the compilation
I'm going through the w3cschools XSLT tutorial, and I am at this page: xsl-if
I'm going through the full tutorial at cplusplus.com, coding and compiling each example manually.
I going through a simple tutorial to create a very small android app in

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.