I was writing a simple program using a Java application (not application that has projects, but application within a project; .java) that has a single frame. Both o
Simply with command line:
javac MyApp.java jar -cf myJar.jar MyApp.class
Sure IDEs avoid using command line terminal