Hi Jayaram:
I was using GIT in windows which provide bash like environment. To change
my classpath, I use
EXPORT CLASSPATH="c:/java/Derby/source/truck/jars/sane/derby.jar;$CLASSPATH"
However, it does look like you have that setting in you classpath already.
Hope this help,
Lily
On Aug 22, 2010, at 2:17 PM, Jayaram Subramanian <[email protected]> wrote:
> Hi,
> To test sysinfo by setting the classpath against the classes
> directory, how should we change the classpath? Currently my classpath
> is pointing to
>
> C:/java/Derby/source/trunk/jars/sane/derby/derbyLocale_cs.jar;C:/java/Derby/source/trunk/tools/java/junit.jar;C:/java/Derby/source/trunk/jars/sane/derbyclient.jar;C:/java/Derby/source/trunk/jars/sane/derbynet.jar;C:/java/Derby/source/trunk/jars/sane/derbyrun.jar;C:/java/Derby/source/trunk/jars/sane/derbytesting.jar;C:/java/Derby/source/trunk/jars/sane/derbytools.jar;C:/java/Derby/source/trunk/jars/sane/derby.jar;
>
> With Regards
> Jayaram
>
>
>
> ---------- Forwarded message ----------
> From: Jayaram Subramanian <[email protected]>
> Date: Mon, Aug 9, 2010 at 11:54 AM
> Subject: Derby 4616 - Sysinfo Tests prints permission errors when
> printing sysinfo
> To: derby-dev <[email protected]>
>
>
> Hi,
> When we have an invalid path in classpath for example "." , running
> the sysinfoTest gives java.io error .. I am trying to figure out on
> how we can handle this scenario.. Appreciate any help in getting
> across this issue.
>
> With Regards
> Jayaram