Bo, As has perhaps been pointed out, je_update is new in the latest base library. You first need to update the base library, and then restart J to use the new base library, and then je_update_jpacman_ will be defined.
On Mon, Jan 14, 2019 at 9:51 AM 'Bo Jacoby' via Programming < [email protected]> wrote: > > load'pacman' > > je_update_jpacman_'' NB. download latest JE > |value error: je_update_jpacman_ > > | je_update_jpacman_'' > > JVERSION > Engine: j807/j32/windows > > Release: commercial/2018-10-05T10:28:47 > > Library: 8.07.18 > > Qt IDE: 1.7.9s/5.9.6 > > Platform: Win 32 > > Installer: J807 install > > InstallPath: c:/program files/j807 > > Contact: www.jsoftware.com > > > > What is wrong? > Thank you. > Bo > Den mandag den 14. januar 2019 14.49.20 CET skrev Eric Iverson < > [email protected]>: > > J807 was released 2018 Oct 8. Since then a few bugs have been reported in > JE (J Engine) shared library. They have been fixed and it is time for a > maintenance release. > > Release packages (zip and aio) have been built with the new JE and are now > available. > > New version info (JVERSION and 9!:14'') is release-a. > > New installs will get release-a. > > You can get release-a without having to do a complete new install (as would > have been required in previous releases). > > If you are running j807 and want to upgrade to release-a, do the following: > > *** > start J > run pacman and get latest base library > restart J with latest base library > > load'pacman' > je_update_jpacman_'' NB. download latest JE > ... instructions ... > > The instructions are to shutdown J and run a shell script (bat or sh file) > to replace the old binary with the new. > *** > > See: > https://code.jsoftware.com/wiki/System/ReleaseNotes/J807 > for release info. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
