Replies: 1 comment
-
Seems like the issue was the jar file was just too large. I told it to only do linux files and now it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a jar file from my maven project. It creates a Jar file with all the dependencies. This jar file is 8.5GB and then when I try to run it with java -jar file.jar I get
Error: Invalid or corrupt jarfile /path/to/jar/file.jar
Any ideas how I can fix this?
In my pom.xml
Beta Was this translation helpful? Give feedback.
All reactions