On 3/13/07, John H. Embretsen <[EMAIL PROTECTED]> wrote:
You can check whether or not the environment variables (DERBY_HOME and PATH) are set correctly by running c:\> echo %DERBY_HOME% and c:\> echo %PATH% If you have set the variables in the same command line window, using for example c:\> set DERBY_HOME=c:\path\to\my\derby\install and c:\> set PATH=%PATH%;c:\path\to\my\derby\install\bin then it should work. If you have set the variables using "My Computer"'s properties or other approaches, you will at least need to open a new command line window - or restart if that does not work.
The echo commands work for me, but when I run sysinfo, my system returns an error. I am trying to work through the steps in the Getting Started Guide, specifically step 4 in http://db.apache.org/derby/docs/10.2/getstart/tgssetupjavaenvir.html Any ideas what might be wrong? -- Laura Stewart
