国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

Java核心代碼例程之:JNIExample.java

2019-11-18 15:17:02
字體:
來源:轉載
供稿:網友

/**
 * This class is a simple example that uses a native function
 * @author Renga
 **/
public class JNIExample {

static {
System.loadLibrary( "JNI" );
}

/**
 * Native method declaration. Just returns the string "Hello World from JNI!"
 * @return A string
 **/
public native String sayHello();

/**
 * Main method
 * @param args Command-line arguments
 **/
public static void main( String[] args ) {

// Create a new JNIExample object
JNIExample temp = new JNIExample();

// Invoke the native method
System.out.PRintln( temp.sayHello() );
}

}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 房产| 合阳县| 浙江省| 田林县| 沅陵县| 黄冈市| 吴忠市| 洪泽县| 湖北省| 天峨县| 舞阳县| 长宁区| 三河市| 香河县| 昂仁县| 新蔡县| 兴海县| 普宁市| 土默特左旗| 九江市| 隆林| 齐河县| 晋宁县| 白银市| 额尔古纳市| 兰州市| 绥芬河市| 聂荣县| 贺兰县| 昭通市| 汽车| 台前县| 涪陵区| 敦化市| 哈巴河县| 嵩明县| 岑溪市| 九寨沟县| 高尔夫| 江城| 江门市|