JEP (J Engine Protocol) was decommitted in J602. See the notes in
Help>Release Highlights.

On that same page you might be interested in J Front End - Example Source
Code.

Or if you want a Jserver from J then see Help>User Manual>DLLs and Memory
Management>Calloing J.DLL.

On Tue, Feb 3, 2009 at 6:43 AM, Jack Andrews <[email protected]> wrote:

> i read in file:///C:/j602/help/user/jserver.htm that there should be a
> jep executable -- there isn't one on my windows system.  the first
> example on this page doesn't work:
>
> C:\j602\bin>jconsole.exe
>   require'jserver'
>      js=: conew'jserver'     NB. create new jserver object
>      local__js''                  NB. create J server task
> |no response from J server task: error
> |   y     13!:8[3
>      run__js'abc=: i.2 3 4' NB. run sentence in server task
> |value error: jstate
> |       jstate~:CMDDO
>      d=: get__js'abc'         NB. get value from J server task
> |value error: jstate
> |       jstate~:CMDDO
>      destroy__js''              NB. destroy object and free resources
> 1
>
>
>
> ta, jack
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to