You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to export rdf from local json dump file. But when I run RdfSerializationExample.java with JDK1.8, I got error: java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer
I did not edit RdfSerializationExample.java, and I ONLY modified ExampleHelpers.java.
When dumpfile is set to sample-dump-20150815.json.gz, the program works. But when I change dumpfile to wikidata-20180430-all.json.gz, there is error: java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer
The text was updated successfully, but these errors were encountered:
I want to export rdf from local json dump file. But when I run RdfSerializationExample.java with JDK1.8, I got error:
java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer
I did not edit RdfSerializationExample.java, and I ONLY modified ExampleHelpers.java.
When dumpfile is set to sample-dump-20150815.json.gz, the program works. But when I change dumpfile to wikidata-20180430-all.json.gz, there is error: java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer
The text was updated successfully, but these errors were encountered: