Hello all, I am using the following code to add a file to a jar. It works fine for smaller files, but if the file is over 56MB, it throws and out of memory exception. Any ideas on how I can keep this from happening? thanks, -Jason private File jarFile; private JarOutputStream jarOut; private FileOutputStream fileOut; jarFile = jarFile; fileOut = ...