Hello. There is an FX application (a game like a millionaire), in the compiler (Intellij Idea) it works fine, but after building into a Jar-nickname, and when opening this Jar-Nick, only the main application window works in it, i.e. a class that I specified as the main class in the build menu, but nothing happens in this menu when pressing any keys, although modal windows should start to appear (new game, records, etc.), i.e. one gets the impression that only the main class and its fxml file are stored in the jar file, and all other project files have disappeared without a trace. Please tell me what could be the problem, and how to solve it.
- You open your jar file with the help of the archiver and see what lies inside. - Arsenicum
- opened, all the files are in place, but nevertheless for some reason they are not used by jar-nick - Alex
- when you do a project build - are all the necessary files included in the build? - titov_andrei
- Yes, the entire folder with the project - Alex
|