Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8160988

NoClassDefFound exception when using getDeclaredMethod method of MediaView class

XMLWordPrintable

    • 9

      Using getDeclaredMethod of class javafx.scene.media.MediaView with parameters ("setX", double.class) reports an exception:
      Caused by: java.lang.ClassNotFoundException: com.sun.media.jfxmediaimpl.platform.ios.IOSMediaPlayer
      at java.net.URLClassLoader.findClass(URLClassLoader.java:385)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
      ... 13 more

      Tagging this as regression, as this failure was not present in previous JDK9 versions (e.g., b96 and below).

        1. Main.java
          0.5 kB
          Irina Grineva

            almatvee Alexander Matveev
            ilatyshe Irina Grineva (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: