Search results

  1. U

    Help with gcc and JNI

  2. U

    Help with gcc and dylib

    Hello I am trying to create a dynamic library function which creates a JavaVM and makes calls to an API written in Java. I am trying to compile the C program for this and a test harness written in C. I get the following errors: gcc -bundle -o libcdll.dylib *.c -framework JavaVM...
  3. U

    Help with gcc and JNI

    Hello I am trying to create a dynamic library function which creates a JavaVM and makes calls to an API written in Java. I am trying to compile the C program for this and a test harness written in C. I get the following errors: gcc -bundle -o libcdll.dylib *.c -framework JavaVM...
Back
Top