www.pudn.com > java_delphi.rar > Javadll.java
/*
* Created on 2006-1-4
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package javama;
/**
* @author Administrator
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class Javadll
{
public native void displayHelloWorld(SendSMS b,String a1,String a2);
static
{
System.loadLibrary("Project1");
}
}