import java.io.FileNotFoundException; import java.io.PrintStream; import java.math.BigDecimal; import java.util.Scanner; public class Test { public static void main(String[] args) { // new Case019_100().test(); // new Case027().test(); // new Case034…
1.通过JNI和c/c++的库组件.其他代码交互 2.java和c不能互通的原因时数据类型问题 Introduction https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/intro.html#java_native_interface_overview This chapter introduces the Java Native Interface (JNI). The JNI is a native progra…