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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -