On 2/24/2013 6:19 AM, john miltone wrote:
I don't find where is my problem with this information sysinfo tool derby :

Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.

C:\Program Files (x86)\Java\jdk1.7.0_10\db\lib>java -jar derbyrun.jar
sysinfo

Since you want to test your classpath just use that instead of using -jar derbyrun.jar , so try

java org.apache.derby.tools.sysinfo

and
echo %CLASSPATH%

Then hopefully the problem with your classpath will become apparent.

Reply via email to