This is my first NetBeans Project. It's a simple data management application with a small MySQL database.
What I want is to be able to export this project as an exe.
I've tried using advanced installer but it didn't work or I didn't quite know how to handle it properly.
My project directory currently contains the following lib folder / libraries folder / src folder /target folder with the JAR executable file.
I've seen multiple NetBeans users get a folder called dist with the executable JAR file there. MaybeI have a problem with my version of NetBeans (NetBeans 15).