I am trying to use httpget.ijs and get the error: |file name error: jsystemdefs | 0!:0<jpath'~system\main\defs\',y,'_',(tolower UNAME),(IF64#'_64'),'.ijs'
Is my only solution to not use a windows based machine? > I can use my Ubuntu (linux) to do what I need to do. Is there another solution to this problem not being able to load 'socket.ijs' which is required to do a load 'httpget.ijs'? --------- I found the following reference to this bug ------ 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 'because UNAME here is 'Win' but the actual filename requires it to be 'Win32'. On 64 bit systems, do you really have filenames containing "Win32_64"? That's amusing. -- DanBron 2006-05-22 16:03:24 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
