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
Post a Comment