for example, I wrote a utility class in a project, and considering that this class is of great use, I want to type it into a jar package for other projects to use. 
 how do I package this single file when using idea? Many tutorials on the Internet package the whole project 






