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

来源:互联网 发布:域名在哪买都是一样的 编辑:程序博客网 时间:2024/05/21 16:10

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 translatejava.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 forlong? BTW, I found on the web some source code for ZipFile and I see the method declaration for openwhich 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 translatejava.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 forlong? BTW, I found on the web some source code for ZipFile and I see the method declaration for openwhich 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
0 0
原创粉丝点击