swing - How can I make an executable file with java netbeans? -


how can make executable file java using netbeans ide file work on computer or mobile. create jar file don't know why did not work.

you can run jar file in case manifest contains proper reference class main() function using command java -jar jarfile.jar. if need windows executable, can use launch4j. android afaik need build apk file.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -