/[classpath]/classpath/vm/reference/java/lang/VMClassLoader.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/VMClassLoader.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by jfrijters, Mon Aug 1 10:05:27 2005 UTC revision 1.31 by varth, Fri Oct 21 10:25:14 2005 UTC
# Line 139  final class VMClassLoader Line 139  final class VMClassLoader
139            {            {
140              try              try
141                {                {
142                  v.add(new URL("file://"                  File f = new File(file, name);
143                    + new File(file, name).getAbsolutePath()));                  if (!f.exists()) continue;
144                    v.add(new URL("file://" + f.getAbsolutePath()));
145                }                }
146              catch (MalformedURLException e)              catch (MalformedURLException e)
147                {                {

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26