I downloaded j601 on june 25, 2007 weeks. The contents of version_bin.txt in the j601 directory is:
j601binc_win Anyhow, my hack was to modify the file sysenv.ijs definition for jsystemdefs to use '~system/main.old/defs' and not use '~system/main/defs' anyhow now I can do load 'httpget.ijs' with no errors >From: Oleg Kobchenko <[EMAIL PROTECTED]> >Subject: Re: [Jprogramming] can't do a load 'httpget.ijs' >To: Programming forum <[email protected]> >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset=us-ascii > >So are you using a beta? > > >Oleg Kobchenko > > >On Jul 30, 2007, at 7:59 PM, [EMAIL PROTECTED] >wrote: > >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
