Edit C:\Program Files\Java\jdk1.7.0_45\java\util\zip\ZipError.java
/* * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.util.zip; /** * Signals that an unrecoverable error has occurred. * * @author Dave Bristor * @since 1.6 */ public class ZipError extends InternalError { private static final long serialVersionUID = 853973422266861979L; /** * Constructs a ZipError with the given detail message. * @param s the {@code String} containing a detail message */ public ZipError(String s) { super(s); } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de