Index: batch/org/eclipse/jdt/internal/compiler/batch/Main.java =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java,v retrieving revision 1.211 diff -u -r1.211 Main.java --- batch/org/eclipse/jdt/internal/compiler/batch/Main.java 27 Sep 2005 17:18:39 -0000 1.211 +++ batch/org/eclipse/jdt/internal/compiler/batch/Main.java 27 Sep 2005 17:23:22 -0000 @@ -2225,8 +2225,8 @@ String classProp = System.getProperty("java.class.path"); //$NON-NLS-1$ if ((classProp == null) || (classProp.length() == 0)) { this.logger.logNoClasspath(); - } - else { + classpaths.add(FileSystem.getClasspath(System.getProperty("user.dir"), customEncoding, 0, null));//$NON-NLS-1$ + } else { StringTokenizer tokenizer = new StringTokenizer(classProp, File.pathSeparator); String token; while (tokenizer.hasMoreTokens()) {