您的位置:首页 > 产品设计 > UI/UE

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError:

2015-05-30 08:31 716 查看
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: com.mcobject.extremedb.SqlRemoteConnection.open(Ljava/lang/String;III)J

Excellent elaboration, thank you! One question, how did you translate
java.util.zip.ZipFile.open(Ljava/lang/String;IJ)J
to
long
 java.util.zip.ZipFile.open(String, int, long)
? Is
I
shorthand
for
int
and
J
shorthand
for
long
?
BTW, I found on the web some source code for
ZipFile
and
I see the method declaration for
open
which
matches your referenced signature:
private
 static native long open(String name, int mode, long lastModified);
HeatfanJohn Nov
1 '12 at 17:27
http://stackoverflow.com/questions/13178447/what-this-following-error-means
Excellent elaboration, thank you! One question, how did you translate
java.util.zip.ZipFile.open(Ljava/lang/String;IJ)J
to
long
 java.util.zip.ZipFile.open(String, int, long)
? Is
I
shorthand
for
int
and
J
shorthand
for
long
?
BTW, I found on the web some source code for
ZipFile
and
I see the method declaration for
open
which
matches your referenced signature:
private
 static native long open(String name, int mode, long lastModified);
HeatfanJohn Nov
1 '12 at 17:27
@HeatfanJohn - docs.oracle.com/javase/7/docs/api/java/lang/… – Stephen
C Nov
1 '12 at 23:12
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: