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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -