having multiple jar files with Main() function in the same java application project in NetBeans

427 Views Asked by At

I am creating a java application in netbeans that will require two executable jar files, one for the main application and the other for the application settings and config as states the application structure but i have a problem building the app in the netbeans ide, after each build the ide makes one jar file for the application and that for the settings is considered as a normal java class, please i don't understand this, how can i solve this problem.

the application structure

i want the Main.java and the portefeuille.java to run as separate jar files in the same project but the ide builds only the Main.java as a jar file.

0

There are 0 best solutions below