java.lang.NoClassDefFoundError: com/sun/media/jfxmediaimpl/platform/ios/IOSMediaPlayer at java.lang.Class.getDeclaredMethods0(java.base@9-ea/Native Method) at java.lang.Class.privateGetDeclaredMethods(java.base@9-ea/Class.java:2952) at java.lang.Class.getDeclaredMethod(java.base@9-ea/Class.java:2320)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via JDK Bug System by Alexander Stepanov, 1 year ago
java.lang.NoClassDefFoundError: com/sun/media/jfxmediaimpl/platform/ios/IOSMediaPlayer at java.lang.Class.getDeclaredMethods0(java.base@9-ea/Native Method) at java.lang.Class.privateGetDeclaredMethods(java.base@9-ea/Class.java:2952) at java.lang.Class.getDeclaredMethod(java.base@9-ea/Class.java:2320)
at MediaTest.main(MediaTest.java:6)