更新
This commit is contained in:
@@ -21,7 +21,7 @@ public class PadChsPayDll {
|
|||||||
*/
|
*/
|
||||||
public static EcDll instance() throws DllRegistrationException {
|
public static EcDll instance() throws DllRegistrationException {
|
||||||
try {
|
try {
|
||||||
EcDll dll = Native.load("NationECCode.dll", EcDll.class);
|
EcDll dll = Native.load("NationECCode", EcDll.class);
|
||||||
|
|
||||||
// 加载动态库
|
// 加载动态库
|
||||||
/*Native.load("libeay32", EcDll.class);
|
/*Native.load("libeay32", EcDll.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user