Am debugging a profilex.ijs and ran into a few problems with the documentation in start_errors.htm .
First, the line #1!:1>INSTALLFOLDER,'\profile.ijs' needs to be changed to #1!:1<INSTALLFOLDER,'\profile.ijs' and the line 0!:0>INSTALLFOLDER,'\profile.ijs' has two problems. First, the > needs to be changed to < like in the first line. Second, it runs the initialization scripts not enclosed in an explicit verb which means that all local names are really globals. Things are OK until boot.ijschanges the current locale to "z" making the name "user", defined in the base locale, undefined in the z locale. Then line "md user,'\classes'" fails. How about changing this line to (3 : '0!:0<INSTALLFOLDER,''\profile.ijs''')'' making the locals stay locals? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
