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

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

你可能感兴趣的:(eXtremeDB,技术文章)