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

TriangleMesh error with new Java 8 Build 94, using InteractiveMesh's 3D Importer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 8
    • javafx
    • Windows 7 64-bit, Java 8 Build 94, Netbeans Nightly Build #1715(Newer Builds are broken).

      I never had a problem with importing my code, until I upgraded to this new version. I waited from build 89, until this build because I use Interactive Mesh's 47k TriangleMesh., which was over the limit placed in the previous versions. I was told this version would fix the issues.

      I'm not sure if it fixes it, but this error is random. I have ran the code a few times, and sometimes it errored out, and sometimes not.

      Exception in Application start method
      java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:491)
      at com.javafx.main.Main.launchApp(Main.java:731)
      at com.javafx.main.Main.main(Main.java:882)
      Caused by: java.lang.RuntimeException: Exception in Application start method
      at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:867)
      at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:56)
      at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:158)
      at java.lang.Thread.run(Thread.java:724)
      Caused by: java.lang.NoSuchMethodError: javafx.scene.shape.TriangleMesh.setPoints([F)V
      at com.interactivemesh.jfx.importer.stl.d.h(Unknown Source)
      at com.interactivemesh.jfx.importer.stl.d.a(Unknown Source)
      at com.interactivemesh.jfx.importer.stl.d.a(Unknown Source)
      at com.interactivemesh.jfx.importer.stl.StlMeshImporter.read(Unknown Source)
      at 3d.importer.stlImporter(importer.java:36)
      at 3d.draw.sql(draw.java:121)
      at 3d.draw.start(draw.java:481)
      at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:810)
      at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:260)
      at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:226)
      at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:223)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:223)
      at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.access$300(WinApplication.java:39)
      at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:101)
      ... 1 more
      Java Result: 1

            kcr Kevin Rushforth
            jorsawjfx Jay Orsaw (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: