roskenet / springboot-javafx-support

SpringBoot / JavaFX8 Integration
MIT License
422 stars 139 forks source link

how to pack javafx with springboot into exe. #71

Closed i-CNNN closed 6 years ago

i-CNNN commented 6 years ago

I tried to use exe4j but it failed. Is there any other way? Thank you.

roskenet commented 6 years ago

Unfortunately I don't use and I don't have any Windows installation at all and I cannot provide any help here. To find a solution for your problem it would be good to check first, if it's a) JavaFX, b) Spring, c) the support-lib or d) any combination of it. I would try to build some basic tiny playground projects for each of those possibilities.

mtbadi39 commented 6 years ago

Hi; launch4j-maven-plugin is a perfect choice, we use it for a while. It is a cross-platform tool for wrapping any Java Application distributed as jar in lightweight Windows native executables. This simple-pom.zip my help.

Edit :

roskenet commented 6 years ago

Thanks @mtbadi39 Since this issue does not directly address this project, I'll close it for now.