How to build JARs from IntelliJ IDEA properly?
Instructions: File -> Project Structure -> Project Settings -> Artifacts -> Click + (plus sign) -> Jar -> From modules with dependencies… Select a Main Class (the one with main() method) if you need to make the jar runnable. Select Extract to the target Jar Click OK Click Apply/OK The above sets the “skeleton” to … Read more