-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
https://scip.top/%E7%BD%91%E7%AB%99%E8%AE%BE%E8%AE%A1/2019/03/03/java%E8%B0%83%E7%94%A8c.html
步骤 native 声明 c/c++ 里方法 , System.loadLibrary()加载之后生成的so/dll public class TestJavaCallC { public native void sayHello(); public static void ma...