How to Generate a Java EXE Wrapper. aka, How to Output EXE for Java

Subscribers:
2,230
Published on ● Video Link: https://www.youtube.com/watch?v=48dGHlsAgZo



Category:
Guide
Duration: 6:07
3,023 views
15


This video describes how to wrap a java program in an executable for easy distribution on the windows platform. For this purpose, we use Launch4j to do it.

Created for the CS160 Classes at Colorado State University at the suggestion of the TA. Recommended for all curious students.

Download Launch4j:
http://launch4j.sourceforge.net/







Tags:
java
exe
launch4j
wrapper
programming
howto