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.

0
1 comment

jar files cannot be loaded from inside another jar file, you need to add them in extracted form:

0

Please sign in to leave a comment.