javah方法头不生成?

时间:2017-12-16 12:22:08

标签: java java-native-interface

我使用命令,

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class example_lib_Utils */

#ifndef _Included_example_lib_Utils
#define _Included_example_lib_Utils
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif

输出example_lib_Utils.h

public class Utils {
    public static boolean _exp( InputStream is, File oF) throws Exeption {
      .....
     return false
    }
}

我的java代码,

{{1}}

如何生成方法标题?

0 个答案:

没有答案