In IntelliJ it gives you the option to put a library (dependency) to the artifact you are creating. I want to do this because some of the libraries I have are digitally signed and if I extract them to the jar it causes it to not run (no main method found)
However when I do this I get a bunch of exceptions saying that the class cannot be found. Is there a special way I have to configure this jar setup so that this will be able to find the jars within the artifact?