Chris Burke <[email protected]> wrote:
>PM build does not parse the source scripts to try to resolve load and
>require. In earlier versions, we did try to do this, but it is
>impossible to get right. So your source should not include load and
>require if you want to build a standalone app.
Thanks for the various explanations, Chris!
I just tested my first stand-alone J application and it is
indeed surprisingly compact:
jconsole.exe + j.dll + jpcre.ddl +
the single J script built with the Project Manager.
It runs fine, and I remembered only after the successful test
that I had still my two "require" lines in the script, which
made me wonder about not getting any error. A quick inspection
then revealed the
load_z_=: require_z_=: ]
in the preamble. Very handy!
Martin
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm