This commit is contained in:
peterdell 2018-12-30 15:58:09 +01:00
parent 0a4631ed6a
commit 7160c74005
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,6 @@
<attribute name="javadoc_location" value="jar:platform:/resource/Test-Java/lib/commons-compress-1.15-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_144"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -4,6 +4,7 @@ import java.util.zip.ZipFile;
import org.apache.commons.compress.archivers.zip.*;
// Test
public class Main {
public static void main(String[] args) throws Exception {