> From: Mark Niemiec > > Does this mean that the Windows driver is not available when > running j.dll directly?
Yes that is correct. The best description I'm aware of is probably here: http://www.jsoftware.com/help/user/overview.htm My understanding is that j.dll (or .so, .dylib) is essentially the J Engine (JE). It is up to the J Front Ends (JFE) to provide window driver functionality. The Jwdw (j.exe) and Jwdp (Java) JFEs provide access to wd, while the jconsole JFE doesn't. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
