Creating A Double-Clickable Executable in Jgrasp: This Material Is Fyi/Non-Testable
Creating A Double-Clickable Executable in Jgrasp: This Material Is Fyi/Non-Testable
While so far we have been executing our programs within the JGrasp IDE, it is possible (and
pretty easy) to create a double-clickable executable from a Java program that can be run on any
computer without needing JGrasp present. In this tutorial I will show you how. I will use our
example program that adds two user-input numbers;
however these same steps can be followed to create a
double-clickable executable from any of your Java
programs.
Begin in JGrasp with a compiled and working copy of our
program, including the files Input.class and Output.class
(or whatever .class files are required by a specific
program).