Combinate .jar library with my .jar
问题 I have a project in javaFX and I'm using ControllerFX Library , the problem here in the .jar file it's necessery to keep .jar file of the library with my .jar project. is there a way to combine .jar of library with .jar of project using intellij idea ? does Maven help in this situation? (I don't know exactly what maven can do) thanks for answers 回答1: The jars that you use with your project are called as the dependent jars . You can bundle them while creating a jar of your own project.