Dependencies not included in jar file
Answered
I'm trying to create a jar file but every time I do it the dependencies are not included.The Output Layout looks like this:

...just wondering if there's something I haven't included.
Please sign in to leave a comment.
jar files cannot be loaded from inside another jar file, you need to add them in extracted form: