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

MediaStore doesn't work due to FileNotFoundException

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • fx2.0
    • javafx
    • win7, jdk7, b31

      $ java -jar MediaStore.jar
      java.io.FileNotFoundException: src\mediastore\graphics\prompts\menu-show-lo.png (The system cannot find the path specified)java.io.FileNotFoundException: src\mediastore\graphics\prompts\menu-show-hi.png (The system cannot find the path specified)java.io.FileNotFoundException: src\mediastore\graphics\prompts\new-tile-up-lo.png (The system cannot find the path specified)java.io.FileNotFoundException: src\mediastore\graphics\prompts\new-tile-up-hi.png (The system cannot find the path specified)java.io.FileNotFoundException: src\mediastore\graphics\prompts\new-tile-down-lo.png (The system cannot find the path specified)java.io.FileNotFoundException: src\mediastore\graphics\prompts\new-tile-down-hi.png (The system cannot find the path specified)java.io.FileNotFoundException: src\mediastore\graphics\copyright.png (The system cannot find the path specified)Exception in Application start method
      java.lang.reflect.InvocationTargetException
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at com.javafx.main.Main.launchApp(Main.java:317)
              at com.javafx.main.Main.main(Main.java:437)
      Caused by: java.lang.RuntimeException: Exception in Application start method
              at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:168)
              at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:17)
              at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:55)
              at java.lang.Thread.run(Unknown Source)
      Caused by: java.lang.NullPointerException
              at mediastore.MainScreen.initCopyrightImageView(MainScreen.java:135)
              at mediastore.MainScreen.init(MainScreen.java:84)
              at mediastore.MainScreen.<init>(MainScreen.java:76)
              at mediastore.App.init(App.java:71)
              at mediastore.App.<init>(App.java:43)
              at mediastore.App.getInstance(App.java:35)
              at mediastore.Main.start(Main.java:13)
              at com.sun.javafx.application.LauncherImpl$3.run(LauncherImpl.java:127)
              at com.sun.javafx.application.PlatformImpl$3.run(PlatformImpl.java:87)
              at com.sun.javafx.application.PlatformImpl$2.run(PlatformImpl.java:65)
              at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
              at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
              at com.sun.glass.ui.win.WinApplication$1$1.run(WinApplication.java:49)
              ... 1 more

            Unassigned Unassigned
            sgrinev Sergey Grinev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: