Installing JQt IDE for the J language, getting error

≡放荡痞女 提交于 2019-12-24 05:08:09

问题


I've been following the instructions here:

http://code.jsoftware.com/wiki/System/Installation/Linux

to install J on an Ubuntu, new computer with everything updated. I have managed to follow all of the instructions up to the point where I install a JQt IDE

http://code.jsoftware.com/wiki/Guides/Qt_IDE/Install

When I search the various file paths listed at the first like, like /usr/bin, I don't see any jqt.sh nor do I know which one is "the J install directory" since I only downloaded the .deb file to my downloads folder and then it installed other files in other places.

When I try to run

sudo jqt

I get

"/usr/bin/libjqt.so"
"could not resolve: state_run:

Cannot load library /usr/bin/libjqt.so: (libQt5WebSockets.so.5: cannot open shared object file: No such file or directory)"

回答1:


Install the libQt5WebSockets.so.5 package , sudo apt-get install libqt5websockets5




回答2:


mv /usr/bin/libjqt.so /usr/lib/x86_64-linux-gnu

did solve this issue for me.



来源:https://stackoverflow.com/questions/41409128/installing-jqt-ide-for-the-j-language-getting-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!