Dan Bron wrote: > In J601 beta N: > > (9!:12 ; 9!:14)'' > +-+--------------------------+ > |6|j601/beta/2006-05-20/22:30| > +-+--------------------------+ > load 'jmf' > |file name error: jsystemdefs > | 0!:0<jpath'~system\main\defs\',y,'_',(tolower > UNAME),(IF64#'_64'),'.ijs' > ' > Turns out this is 'cause UNAME here is 'Win' but the actual filename > requires it to be 'Win32' . On 64 bit systems, do you really have > filesnames containing "Win32_64" ? That's amusing.
The Windows UNAME was changed from Win32 to Win in the nbeta, to avoid names like Win32_64. The scripts in system\main\defs need to be renamed accordingly. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
