In general you have to build a standalone script using project manager. pls refer to documentation on project manager.
I've never used jee (e for emac?), it might be used for running J in console mode with emac. jep (p for protocol) is used to communication with j.dll using tcp socket without j.exe, you may forget it unless you are going to build your own 11!:x. Gilles Kirouac wrote: > Here is script 27.ijs: > > NB. ========================= > NB. Testing how to load J > > settimer=: 3 : 0 > 11!:0 'timer ',":TIMER=:y > ) > > LX=: 3 : 0 > sys_timer_z_ '' > settimer 10000 > 1!:2&2 'END OF LX' > ) > > sys_timer_z_=: 3 : 0 > 1!:2&2 ": 6!:0'' > ) > > LX'' > NB. ========================= > > Under Win32, if I use the command line > > c:\j601\j.exe 27.ijs > > a ijx window is opened and the results are displayed. > > > But if I replace the profile, > > c:\j601\j.exe -jprofile 27.ijs > > nothing happens. > > Why does this script need the standard profile, > since it appears to me self sufficient? > > Related question: > When should we use jee.exe and jep.exe? > I read system/extras/help/user/dll_so.htm, > but still have no precise idea. > > > ~ Gilles > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
