Issue
Hi I have a problem with Java App which I am creating with JavaFX.
I created my javaFX project with Eclipse. This is my current file structure: (https://i.stack.imgur.com/l05So.png)
I added the JavaFX libs here: (https://i.stack.imgur.com/ffuj7.png) They are both in the correct classpath, I already tried deleting the JavaFX SDK lib, but that didn't help.
My module-info.java file wasn't recognized either: (https://i.stack.imgur.com/FWl9w.png)
I have also added the VM arguments correctly.
I am constantly getting this error message: (https://i.stack.imgur.com/h4oWE.png)
Thank you!
Solution
Ok I fixed the problem. Just delete the module-info.java file and everything magically gets fixed.
Answered By - MessiSkillz
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.