Tell the C compiler where to find jni.h and how to link with libjvm

Property definitions

nitc :: java $ MModule :: insert_compiler_options
	# Tell the C compiler where to find jni.h and how to link with libjvm
	private fun insert_compiler_options
	do
		cflags.add_one("", "-I $(JAVA_HOME)/include/ -I $(JAVA_HOME)/include/linux/")
	end
src/ffi/java.nit:306,2--310,4