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 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

Ask A Question

Stats

  • Questions 258k
  • Answers 258k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The best Matrix Multiplication Algorithm known so far is the… May 13, 2026 at 11:00 am
  • Editorial Team
    Editorial Team added an answer c.title="title" requires name c to be defined (globally or locally).… May 13, 2026 at 11:00 am
  • Editorial Team
    Editorial Team added an answer There is blogs of information out there on this. A… May 13, 2026 at 11:00 am

Related Questions

Have anyone successfully managed to setup a combined Java/C++ project for Eclipse? What I
I am trying to use maven to build a project that depends on a
Hey Folks i am trying to compile this C++ program: #include <stdio.h> #include <string.h>
C++ noob here wonding how i can authenticate a Windows User via Java servlet.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.