Dependencies not included in jar file

已回答

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

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

0

请先登录再写评论。