I can't reproduce this. I wonder if you are caught by a pacman build that was done (by me) with files slightly out of step.
Previously all jhs files were loaded when the system started. Now only a few core files are loaded and stubs are created in each of the app locales that will load additional files as required. What you are seeing would be explained by not loading jijxh.ijs and not setting the stub properly. I will build a new update shortly and perhaps you could try again. You could examine jev_get_jijxh_ from your jijx window. And perhaps try doing load'~addons/ide/jhs/jijxh.ijs' to see if that fixes the problem. On Thu, Dec 16, 2010 at 5:09 PM, Charles Turner <[email protected]>wrote: > Hi- > > I have the recent 64-bit Linux J701 running on a remote computer. Upgraded > everything via pacman, which meant base and jhs. > > Altered jhs_default.ijs to support 'any' instead of 'localhost'. > > I can access jijx (not going through jum) just fine through Safari: > > <http://xx.xxx.xx.xxx:65001/jijx> > > but if I then request: > > <http://xx.xxx.xx.xxx:65001/jijxh> > > I get the following when I return to jijx: > > |value error: jev_get_jijxh_ > | jev_get_jijxh_'' > *** response not sent for jijxh > *** html404 (URL not found) sent > > Best, Charles > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
