Make it a JAR file
After compiling the .java file, convert the .class file to a JAR file.
Among the archive options are
- c create a new archive
- f make it a file
- m use an explicitly given manifest filejar -cfm HelloBean.jar HelloBean.mf HelloBean.class