我使用命令,
/* 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}}
如何生成方法标题?