java中的代码:
package com.wpd;
public native void createDesktopLink(String programPath,String programArg,String linkPath,String description,String iconPath);
public native String sendMessage();
static{
System.loadLibrary("myDll");
}
public static void main(String s[]){
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/