Edit C:\Program Files\Java\jdk1.7.0_45\java\lang\ClassLoaderHelper.java
/* * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.lang; import java.io.File; class ClassLoaderHelper { private ClassLoaderHelper() {} /** * Returns an alternate path name for the given file * such that if the original pathname did not exist, then the * file may be located at the alternate location. * For most platforms, this behavior is not supported and returns null. */ static File mapAlternativeName(File lib) { return null; } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de