javafx - How to convert a java application to an executable file? -
i'm using launch4j create .exe file, when apply conversion method java project 1 package, works, once gather many projects in 1 main project many packages, creates .exe file, doesn't work @ all, .jre works though.
what solution make main project's. exe file works?
why not try pack jar file.
it available pack multi class files jar.
then can double click or call use it.
https://docs.oracle.com/javase/tutorial/deployment/jar/basicsindex.html
Comments
Post a Comment