Skip to Content

 Deployment

How can I package my application and execute it in a JAR file?

Question: How do I package my application with resources in a JAR file?How do I run a program that is in a JAR file?How can I create an executable JAR file so that the user can just double-click on it? Answer: The Java Archive Utility, JAR for short,... Read More

How do I generate an executable for deployment?

Question: My application deployment environment assumes that the COBOL main programs are native executables. I understand that with isCOBOL the COBOL main programs are Java classes. It is not feasible for me to change my deployment architecture to... Read More