|
Hi Guys
I've got my Java 1.3 SDK installed in this
directory on my Windows 2000 Server,
c:\Installations\Programming\Java\SDK
1.3\
The space in "SDK 1.3" gave your Tomcat problems
when I set Tomcat up to be an NT service and tried to use start it with "net
start Tomcat".
When I change my SDK installation to,
c:\Installations\Programming\Java\SDK\
everything works fine.
The space appears to cause a problem with the args being passed to main()
from your "java..." command line.
Rob |
