I have managed to use PM to build my entire app, but I have a problem when I run on a machine other than my development machine (the other machine does not have the same addons as my development machine).
If my user profile runs, it seems to set PATHSEP which causes the code at the top of the standalone app to return fast, with the result that 'require' doesn't get nulled out and a later require fails because a library is missing. If I set -jprofile, the app will load, but ARGV is not set and I have no way to pass parameter information into the program. If I set -jijx, the app runs, but if it fails I will not have a debugging window, which will be intolerable. What I need is a way to have the jijx window, ARGV, and no profile. Is that possible? Second question. It looks like the Scripts tab in PM tells me what libraries are referenced, but that I then have to go by hand into the Library tab and select each one for inclusion in the target. And if I forget one, there's no way to know until (possibly much later) something is missing. Is there a button I can press, or some automated mechanism, whereby all the libraries I need are automatically pulled in? Henry Rich ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
