I'd like to find out the latest J release with a Jqt that works on macOS 10.15 Catalina. The wiki page System/Platforms says 10.7 or later, but I think that is for core J. The J app and bin/jconsole work OK. I believe I installed Jqt correctly with "sh updatejqt.sh" .
Jqt works OK here on Sequoia 15.7, but on Catalina 10.15, when I double-click the Jqt icon, nothing happens. When I run bin/jqt or bin/jtq.command, I see the following:
$ bin/jqt
dyld: Library not loaded: /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
Referenced from: /Volumes/ARK2/Languages/J-lang/j9.7/bin/jqt
Reason: image not found
zsh: abort bin/jqt
As near as I can tell, this old macOS release does not have that framework.
(Why such an old system? Because it's my "play around with stuff" system. It's not connected to the net, and let's me install and delete packages and apps without messing up our main system.)
Thanks!
-- Mike Hall