http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1765
*** shadow/1765 Tue May 15 22:34:59 2001
--- shadow/1765.tmp.7972 Tue May 15 23:27:59 2001
***************
*** 2,11 ****
| Cannot install and start ant.bat on Windows 2000 machine with JDK1.3 |
+----------------------------------------------------------------------------+
| Bug #: 1765 Product: Ant |
! | Status: NEW Version: 1.3 |
! | Resolution: Platform: PC |
! | Severity: Normal OS/Version: |
! | Priority: Component: Core |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
| Reported By: [EMAIL PROTECTED] |
--- 2,11 ----
| Cannot install and start ant.bat on Windows 2000 machine with JDK1.3 |
+----------------------------------------------------------------------------+
| Bug #: 1765 Product: Ant |
! | Status: RESOLVED Version: 1.3 |
! | Resolution: INVALID Platform: PC |
! | Severity: Normal OS/Version: All |
! | Priority: High Component: Core |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
| Reported By: [EMAIL PROTECTED] |
***************
*** 211,214 ****
[Loaded java.io.IOException from c:\jdk1.3\jre\lib\rt.jar]
[Loaded java.io.FileNotFoundException from c:\jdk1.3\jre\lib\rt.jar]
Exception in thread "main" java.lang.NoClassDefFoundError: and
! [Loaded java.lang.Shutdown$Lock from c:\jdk1.3\jre\lib\rt.jar]
--- 211,219 ----
[Loaded java.io.IOException from c:\jdk1.3\jre\lib\rt.jar]
[Loaded java.io.FileNotFoundException from c:\jdk1.3\jre\lib\rt.jar]
Exception in thread "main" java.lang.NoClassDefFoundError: and
! [Loaded java.lang.Shutdown$Lock from c:\jdk1.3\jre\lib\rt.jar]
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-05-15 23:27 -------
! There is a space in your classpath. You need to place quotes (") around your
! classpath to make it work. If you start any other java program using this
! classpath you should get the same error.