使用 ANTLRWorks 调试 Antlr 语法代码(语言 =“CSharp3”)

发布于 2024-12-13 07:51:02 字数 362 浏览 2 评论 0原文

使用 ANTLRWorks,我尝试使用调试功能。

按照此页面中的说明,我可以生成cs代码,但我有此错误消息。

在此处输入图像描述

我使 java/javaw 可以通过防火墙进行通信。

在此处输入图像描述

可能出了什么问题?

Using ANTLRWorks, I'm trying to use debugging feature.

Following the instructions in this page, I could generate the cs code, but I have this error message.

enter image description here

I made that java/javaw can communicate through firewall.

enter image description here

What might be wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑忘罢 2024-12-20 07:51:02

我遇到了同样的问题,我通过将 JDK 的路径(javac、javaw、java)添加到 PATH 变量来解决它。事实证明,在 ANTLRWorks 设置中指示编译器的路径对于代码生成来说是可以的,但对于调试来说却不行。

I had the same problem and I managed to solve it by adding the path to JDK (javac, javaw, java) to the PATH variable. It turned out that indicating the path to the compiler in ANTLRWorks settings is ok for code generation but not for debugging.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文