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'
I found reference to this error as follows: -------------------------------- 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 'sockets.ijs' which is required to do a load 'httpget.ijs'? --------------------------------- 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 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
