2 questions from the last 7 days
-3 votes
0 answers
72 views
How do I turn my JavaFX application into an executable for Windows? [closed]
My application I want to turn into an executable file. The project is a JavaFX application built with Maven. I've embedded an SQLite database in IntelliJ IDEA. Main class, the entry to the application:...
1 vote
0 answers
55 views
How to add 64-bit OS check for Java 17 JavaFX app when packaging with launch4j-maven-plugin?
I'm working on a JavaFX application that requires Java 17+, which only supports 64-bit operating systems. I'm using the launch4j-maven-plugin to create an EXE file, and I need to ensure that when ...