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