Show video in mediaView only after recompiling project - Maven JAVAFX

29 Views Asked by At

I have a problem with my javafx project which uses maven dependencies. The goal is to upload a file via filechooser (in a configuration control) and then by clicking on a button, change the scene and view the video. The main problem is that the video is imported correctly (I use Files.copy) but it doesn't appear until after recompiling the project. Solutions? Is there another way to copy a video into "resources"? Thank you

0

There are 0 best solutions below