Lately I've been annoyed by having to run my Java programs from either
the IDE or the command line. Is there a way to make a Java program
executable that doesn't involve using a script in C++ (or some other
language) to run it with a System Call?
the IDE or the command line. Is there a way to make a Java program
executable that doesn't involve using a script in C++ (or some other
language) to run it with a System Call?
Comment