java.lang.NoSuchMethodError when creating new IsoFile
See original GitHub issueI am getting a crash when trying to create an IsoFile. I am running Android and java jdk 1.8.0_121
java.lang.NoSuchMethodError: No virtual method rewind()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of 'java.nio.ByteBuffer' appears in /system/framework/core-oj.jar) at org.mp4parser.AbstractBoxParser.parseBox(AbstractBoxParser.java:56) at org.mp4parser.BasicContainer.initContainer(BasicContainer.java:107) at org.mp4parser.IsoFile.<init>(IsoFile.java:57) at org.mp4parser.IsoFile.<init>(IsoFile.java:44)
That is my crash.
Is there a particular jdk that I should be using? This was working fine before when I was using build 1.9.27
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:16 (1 by maintainers)
Top Results From Across the Web
How do I fix a NoSuchMethodError? - java - Stack Overflow
Exception in thread "main" java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonGenerator.writeStartObject(Ljava/lang/Object;)V at ...
Read more >3 Steps to Fix NoSuchMethodErrors and ...
We find this information in the error message of the NoSuchMethodError : Exception in thread "main" java.lang.NoSuchMethodError: io.reflectoring ...
Read more >No virtual method limit(I)Ljava/nio/ByteBuffer - Bountysource
Seeing this issue on Android: java.lang.NoSuchMethodError: No virtual method limit(I)Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; ...
Read more >DCM4CHE CDW | Media Creator - Google Groups
In general the CDW application is designed to run on the server/workstation that provides the CD/DVD burning capability. Are you creating Patient CDs...
Read more >Start the managed server - eehelp.com
We have created the new domain and be able to start the administration server. But when creating a server ... String to property...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
any news on that?
Can you please push version 1.9.37 java 8? It’s useless at the moment. Thank you.