How to Generate a Java EXE Wrapper. aka, How to Output EXE for Java
Channel:
Subscribers:
2,230
Published on ● Video Link: https://www.youtube.com/watch?v=48dGHlsAgZo
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/
Other Videos By Caleb Begly Fun and Tech
Tags:
java
exe
launch4j
wrapper
programming
howto