As you can see here the file is clearly available in the project in a source folder, however when running the program I am receiving an file does not exist exception. Below I have posted the full error:
com.interactivemesh.jfx.importer.ImportException: StlMeshImporter read(File file) : file doesn't exist !
at com.interactivemesh.jfx.importer.stl.StlMeshImporterImpl.read(Unknown Source)
at com.interactivemesh.jfx.importer.stl.StlMeshImporter.read(Unknown Source)
at minimalist.TriangleMeshTest.start(TriangleMeshTest.java:30)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
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.lambda$null$148(WinApplication.java:191)
at java.lang.Thread.run(Unknown Source)