I am trying to build my game in the SDK, and I am getting this error causing the build to fail:
Problem creating jar: archive's size exceeds the limit of 4GByte. (and the archive is probably corrupt but I could not delete it)
Here’s the full output after an attempted clean & build:
ant -f C:\\Users\\ryan\\Desktop\\JM\\Mystical_Woods\\Mystical_Woods -Dnb.internal.action.name=rebuild clean jar
Building jar: C:\Users\ryan\Desktop\JM\Mystical_Woods\Mystical_Woods\build\assets.jar
C:\Users\ryan\Desktop\JM\Mystical_Woods\Mystical_Woods\nbproject\assets-impl.xml:5: Problem creating jar: archive's size exceeds the limit of 4GByte. (and the archive is probably corrupt but I could not delete it)
BUILD FAILED (total time: 5 minutes 8 seconds)
I’ve had this error before, and I can get around it and build successfully if I reduce the size of my assets folder below 4gb. But i am wondering the source of the error that’s stating “the archive is probably corrupt” and if that is something I can fix- and also if I can change something so I can have more than 4gb in my assets folder as well.
Any help is appreciated