java - Converting JavaFx project to .exe and .app in Netbeans -
this question has answer here:
i developing desktop app in javafx mac , windows , want distribute users not .jar file. want distribute installer file both mac , windows.
i have read @ forums , in stackoverflow can export project .exe windows , .app mac using neatbeans not able find how it.
is possible through netbeans create .exe , .app files ??
i have neatbeans 8. can see ways convert .exe using apps, .app or .dmg not able find anything.
there tools available jartoexe etc..please refer similar discussion
[compiling java program executable
also can create batch file while execute jar. soemthing this
java -jar "myapp.jar"
Comments
Post a Comment