wiverson / maven-jpackage-template

Sample project illustrating building nice, small cross-platform JavaFX or Swing desktop apps with native installers while still using the standard Maven dependency system.
Apache License 2.0
351 stars 53 forks source link

Debugging a failing startup app / including FXML files #16

Closed antmordel closed 3 years ago

antmordel commented 3 years ago

First, thanks a lot for this repo. It's very useful.

I have this template with Spring Boot included. When I generate the installer, it's not starting (and it doesn't produce any error). Once we have the jlink-ed runtime image, is there any way we can run our jar on this image to see what outputs produce?

On another note, I have the views in FMXL, and they are in src/main/resources/views. Do you have any experience bundling these views within the resulting artefacts?

Thanks a lot.

wiverson commented 3 years ago

Glad you like it! :)

I’m away from my computer this week, so just off the cuff from my phone:

antmordel commented 3 years ago

Thanks a lot, @wiverson. This enormously unblock my work.

I was going in circles doing:

I don't want to disturb your time away of the laptop! I'll keep trying.

Many thanks.

wiverson commented 3 years ago

I just committed a tweak to the template that adds the default Maven resources directory back in, so I'm going to close this issue. LMK if you have any other Qs!

antmordel commented 3 years ago

Many thanks @wiverson !!