Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] udig life cd

Hi Moovida,

Looking at:
 -configuration /home/moovida/udigwspace config

is that actually a space between udigwspace and config? it shouldn't be. It should be a /. The command you are probably looking for is:

udig -data /home/moovida/udigwspace -configuration /home/moovida/ udigwspace/config map.umap

On windows why don't you also try:

udig -data %HOMEPATH%\udigwspace -configuration %APPDATA%\udig map.umap

I think it makes more sense for windows to do that.

Jesse


Back to the top