Thanks Chris, I now have the script working from the session manager loaded without the jprofile by entering 0!:0 <'c:\EMA\salaries.ijs' However I can't get it working form a desktop shortcut for some reason, I've tried different syntax with no luck for example C:\EMA\j.exe -jprofile salaries.ijs C:\EMA\j.exe -jprofile \salaries.ijs C:\EMA\j.exe -jprofile c:\EMA\salaries.ijs I can load c:\EMA\j.exe - jprofile from the desktop; though can't seem to include the script??
thanks John -----Original Message----- From: Chris Burke [mailto:[EMAIL PROTECTED] Sent: Monday, 6 August 2007 12:50 PM To: Programming forum Subject: Re: [Jprogramming] Standalone Error wdhandler_base_ Saunders, John (HMSRHS) wrote: > Hi everyone , I am trying to run a standalone application and am getting > the following error in the 'barebones' copy of J > > value error : wdhandler_base_ > wdhandler_base_'' > > I made the script using project manager including files , strings, and > csv scripts it runs ok as a single script from the development > environment. Any pointers would be appreciated. > > Thanks > John The wdhandler verb is missing, so you need to include the standard libraries in your build, see the Project|Build Options in Project Manager. See also: http://www.jsoftware.com/jwiki/Guides/Standalone_Applications ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
