简体   繁体   English

Jconsole 抱怨“文件名错误”

[英]Jconsole is complaining "file name error"

I am having trouble compiling and running J Programming Language我在编译和运行 J 编程语言时遇到问题

The Jconsole binary file (From J Language) throws an error when executed: Jconsole 二进制文件(From J Language)执行时抛出错误:

|file name error
|       0!:0 y

it compiled almost flawlessly but shows this warning它几乎完美地编译但显示此警告

cc1: warning: function may return address of local variable [-Wreturn-local-addr]
In file included from ../../../../jsrc/j.h:1814,
                 from ../../../../jsrc/vi.c:6:
../../../../jsrc/vi.c:1202:94: note: declared here
 1202 | A jtindexofsub(J jt,I mode,A a,A w){PROLOG(0079);A h=0,hi=mtv,z;B mk=w==mark,th;fauxblockINT(zfaux,1,0);
      |

I had the same problem on Debian Linux. I ended up simply extracting the package我在 Debian Linux 上遇到了同样的问题。我最终只是提取了 package

https://www.jsoftware.com/download/j903/install/j903_linux64.tar.gz https://www.jsoftware.com/download/j903/install/j903_linux64.tar.gz

in /opt and added the line/opt中并添加了行

alias jconsole="/opt/j903/bin/jconsole"

to ~/.bashrc .~/.bashrc

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM