[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: ddd-3.2.98/cygwin problesms: "c/*.[vV][sS][lL]" and "java not found"
From: |
Irvine_Chuck_R/om51 |
Subject: |
RE: ddd-3.2.98/cygwin problesms: "c/*.[vV][sS][lL]" and "java not found" |
Date: |
Sun, 4 Feb 2001 14:03:21 -0600 |
> > When I try to bring up ddd with the
> > command line:
> >
> > ddd --jdb MyClass
> >
> > I get a dialog box that says "c/*.[vV][sS][lL]: No such file or
> > directory"
>
> This is indeed a Cygwin issue. DDD has a resource called `vslPath';
> it determines the places where VSL files are sought (including
> themes). This resource is a colon-separated list of directories, just
> like the PATH envivonment variable. Part of the default value for
> `vslPath' is computed from two sources:
>
> - your home directory, specified in the HOME environment variable,
> - the DDD installation directory.
Andreas,
My HOME environment variable was set to c:/chuck. I was able to work
around the problem by:
- mounting c:/chuck to /chuck
- setting HOME to /chuck
Thanks for the help.
Chuck