1 <p>The code calls <code>putNextEntry()</code>, immediately
2 followed by a call to <code>closeEntry()</code>. This results
3 in an empty JarFile entry. The contents of the entry
4 should be written to the JarFile between the calls to
5 <code>putNextEntry()</code> and
6 <code>closeEntry()</code>.</p>