Yuvaraj Athur Raghuvir wrote: > After creating my first application - that has a class translator - I built > the project as indicated in the labs. > When I run it as a short cut, I get this.... > |domain error > | ]t =:f conew'translator' > |[-4251] C:\...\allpairs.ijs NB. truncated the path. refers to the target > generated by the build > > When I explicitly load the main.ijs file that has the whole code, the > entire code runs to completion. > > What am I missing?
If your shortcut fails, but loading main.ijs in the normal profile succeeds, it is most likely that your script needs to include the standard libraries. In Project Manager, Project|Build Options, check on include Standard Libraries for standalone files. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
