2015-10-10 0:26 GMT+08:00 Matthieu Bouron <matthieu.bouron at gmail.com>: > From: Matthieu Bouron <matthieu.bouron at stupeflix.com> > +#include "config.h" > +#include "jni.h" > +#include "log.h" > + > +#include <stdlib.h> > + > +JavaVM *java_vm = NULL; Maybe static is better for --enable-static.