netbeans - Maven JavaFX Cannot find Main Class -
i have problems running javafx8 project maven. here situation:
i create maven java fx application within netbeans (file --> new project --> maven javafx application). netbeans creates packages , creates mainapp.java file.
even if don´t edit in project, error/warning within properties.
location: right-click project --> properties --> run
message: 1 of run/debug/profile project actions has been modified , run panel cannot safely edited
the project can built , run time, after create more packages, classes , stuff that, can´t run application anymore.
it tells me, can´t find main class.
message: error: not find or load main class
i found entries @ stackoverflow , google, none of solutions seem work me.
i read this topic example.
one of solutions is, set main class @ properties (run), fields disabled. deleted cache, didn´t solve problem. checked typing.
some other sites stated, seems bug, had older netbean versions. updated netbeans version 8.2 today.
the solution @ moment create new maven javafx project , refactor files new project. works couple of hours in end error occurs again.
does know solution?
Comments
Post a Comment