Devon McCormick wrote: > yes - I more or less figured this out so I have to ensure that it is > initialized > in my own startup routines. > > Is there any particular reason it's not initialized? It's a system > environment > parameter that doesn't seem to be dependent on anything windowy. > > In any case, my code depends on it implicitly because I augment the > PUBLIC table with my own entries and I've defined "User" (note the capital > "U") > to point to my own stuff separate from the J system areas. This all goes > back > to separating relatively static files - J system - from my own files which > change > more frequently, hence are backed up differently.
I think there are arguments both ways, but originally the idea is that config sets up your development environment, but jconsole is not a development environment. I am inclined to leave it this way. If you build scripts in Jwd for running in jconsole, then these should not refer to USERFOLDERS. If you really need such references, then include them explicitly in the target scripts or in the console startup script, startup_console.ijs. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
