IntelliJ IDEA Tips & Tricks
Configurate Eclipse keymap
Find and Replace All in folder
Config m_ prefix variable
How to build jars from IntelliJ properly?
File -> Project Structure -> Project Settings -> Artifacts -> Click green plus sign -> Jar -> From modules with dependencies…
The above sets the “skeleton” to where the jar will be saved to. To actually build and save it do the following:
Extract to the target Jar
OK
Build | Build Artifact | Build |
Try Extracting the .jar file from
ProjectName | out | artifacts | ProjectName_jar | ProjectName.jar |