C:\>java org.apache.derby.tools.sysinfo
Error: Could not find or load main class org.apache.derby.tools.sysinfo

C:\>echo %CLASSPATH%
C:\"Program Files"\Apache\db-derby-10.8.1.2-bin\lib\derby.jar;C:\"Program Files"
\Apache\db-derby-10.8.1.2-bin\LIB\derbytools.jar;

Sometimes it is hard to get the quotation marks correct when you have spaces
in file names. Why don't you try putting the Derby installation into a
different directory, without spaces in the names, for example "c:\derby10.8",
and see if setting your classpath to point to that directory makes things
easier.

thanks,

bryan

Reply via email to