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 449855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:48:39+00:00 2026-05-12T21:48:39+00:00

I am trying to compile a JNI library which uses carbon from the command

  • 0

I am trying to compile a JNI library which uses carbon from the command line.

If I don’t -I/System/…/JavaVM.Framework/Headers/, It can’t find any of the jni types, and gives errors.

If I just -I/System/…/FlatCarbon.framework/Headers but don’t “-framework Carbon”, it compiles fine, but the linker gives an error about an undefined symbol.

If I compile with -framework Carbon, it works fine, but it turns out that the -I…/FlatCarbon.framework/Headers/ was entirely unnecessary! It works the same with or without it. Now, everything up till now makes sense, except for what follows:

If I -framework JavaVM, but don’t include the header directory, then can’t find the jni types!

It seems utterly inconsistent. For one framework, the -I is required, and the -framework is optional, for the other, the -framework is required, and the -I is optional. How is this so? Could someone explain how the -framework option works? Is JavaVM a special case?

I am partially posting this question out of curiosity, but also to help anyone else who was searching for a similar solution, because at least with my google-fu, I wasn’t able to find anything explaining frameworks from the command line, or how to link to system libraries with gcc on the command line. gcc –help doesn’t even document -framework, and everything I could find was about developing with xcode.

  • 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-12T21:48:39+00:00Added an answer on May 12, 2026 at 9:48 pm

    “-framework” is sufficient for both the compile stage and the linking stage.
    I am guessing your JNI code is not correctly referencing the jni.h header (probably missing the reference to the enclosing JavaVM framework).

    Code like:

    #include <JavaVM/jni.h>
    
    JNIEXPORT jstring JNICALL Java_SomeClass_getStr(JNIEnv *env, jobject obj)
    {
        jstring javaName = (*env)->NewString(env, (jchar *)"ana", (jsize)3);
        return javaName;
    }
    

    Gets compiled with:

    gcc -dynamiclib My.c -o My.o -framework JavaVM
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to compile a Java library that uses JNI. When I start the
While trying to compile my project, that uses some third party headers, with mingw
Im trying to compile a simple class library project,its from Source Safe. However,when i
I am trying to compile the project which i got from below link .
When trying to compile the following code, I am getting a warning that line
I am trying to compile some C++ code from the Festival project. When I
I'm trying to create a C dynamic library that's callable from Java. I've compiled
Currently I am trying to compile native code for Android. The code is from
I am trying to compile PocketSphinxAndroidDemo, which provides an example implementation of the CMU
While trying to compile the following code, which is enhanced version of read build

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.