jd installed: 4.4.120

15 views
Skip to first unread message

William Szuch

unread,
Apr 17, 2026, 4:58:20 AM (3 days ago) Apr 17
to J Forum (forum@jsoftware.com)

I get the following when loading jd

 

+----------------------------------------------------------+

|Engine: j9.7.1/j64avx2/windows |

|Build: commercial/2026-04-01T00:42:52/clang-19-1-5/SLEEF=1|

|Library: 9.7.16 |

|Qt IDE: 2.5.10/6.8.2(6.8.2) |

|OS Ver: Windows 11 Version 25H2 10.0.26200 |

|Platform: Win 64 |

|Installer: j9.7 install |

|InstallPath: c:/users/bill/j9.7 |

|Contact: www.jsoftware.com |

+----------------------------------------------------------+

 

load 'jd'

!!! Jd key: non-commercial use only!

|zmq not installed in "program files" folder: assert

| 'zmq not installed in "program files" folder' assert i<#d

|[-94] c:\users\bill\j9.7\addons\net\zmq\zmq.ijs

Press ENTER to inspect

Jd installed: 4.4.120

 

 

 

Bill Szuch

bill lam

unread,
Apr 17, 2026, 6:42:24 AM (3 days ago) Apr 17
to fo...@jsoftware.com
I googled and found zmq windows binary is available on github

* https://github.com/ulala-x/libzmq-native/releases

untested, please scan for virus before use.
> To unsubscribe from this group and stop receiving emails from it, send an email to forum+un...@jsoftware.com.

Eric Iverson

unread,
Apr 17, 2026, 10:05:26 AM (3 days ago) Apr 17
to fo...@jsoftware.com
zmq is required for the new Jd server support.

The failure you see should have been more graceful.

If you want to work with the new server support you will have to install zmq. As Bill points out you should do so with care.

If you don't want to use the new server stuff, let me know and there is a simple workaround that will let you continue to use Jd.

Eric Iverson

unread,
Apr 17, 2026, 10:24:56 AM (3 days ago) Apr 17
to fo...@jsoftware.com
Bill (zmq)

Perhaps a better option than the download suggested by Lam is to use the libzmq.dll used by other languages.

The following has not been tested and might need tweaks. But installing known zmq from widely used systems like python or node makes sense.

If you python installed:
> python3 -m pip install pyzmq

Or node:
> npm install zeromq

Let me know what you fnd. And I will improve the Jd install/requirements info.

Eric Iverson

unread,
Apr 17, 2026, 10:32:27 AM (3 days ago) Apr 17
to fo...@jsoftware.com
Bill (zmq)

Or perhaps better yet, do it with vcpkg:
> vcpkg install libzmq

William Szuch

unread,
Apr 17, 2026, 10:37:25 AM (3 days ago) Apr 17
to fo...@jsoftware.com

Hi Eric

Can you please provide the simple workarornd.

I will also try the Bill Lam suggestion and the other suggestions to check out the server support .

 

Thanks

Bill

Eric Iverson

unread,
Apr 17, 2026, 10:52:10 AM (3 days ago) Apr 17
to fo...@jsoftware.com
Bill (zmq)

Edit ..../data/jd/jd.ijs to not do the require of jcs.ijs:

NB. require'~addons/net/jcs/jcs.ijs' NB. workaround missing zmq

***
I think the best way to install zmq is with the MS approved vcpkg.
Reply all
Reply to author
Forward
0 new messages