JNI编译
//需要注释掉不用的
javac Control.java
//运行后出现:Control.class
//然后进入src目录执行
javah -jni com.lc.lcvideomeeting.helpers.Control
//发现生成com_lc_lcvideomeeting_helpers_Control.h和com_lc_lcvideomeeting_helpers_Control_Printer.h
//需要注释掉不用的
javac Control.java
//运行后出现:Control.class
//然后进入src目录执行
javah -jni com.lc.lcvideomeeting.helpers.Control
//发现生成com_lc_lcvideomeeting_helpers_Control.h和com_lc_lcvideomeeting_helpers_Control_Printer.h