範例
public class
BeanClass
implements
javax.ejb.EntityBean {
public void
load(){
//..
System.load(
"path to native library"
);
}
//必須實作這個介面的其他方法
}
解決方案
請勿載入原生程式庫。