如果文件夹名称中包含 #,则产品 .exe 不会启动

发布于 2024-09-11 02:43:45 字数 406 浏览 6 评论 0原文

我想知道如果 exe 文件的父目录包含 #,是否有特定原因,为什么我的 eclipse 产品 .exe 无法启动。 我使用的是 Windows XP (SP3) 并导出了我的 eclipse 应用程序。生成的 .exe 文件通过以下屏幕向我致敬:

替代文字
(来源:iachelini.de

有什么想法吗?

I was wondering if there is a specific reason, why my eclipse product .exe does not start, if the parent directory of the exe-file contains a #.
I am using Windows XP (SP3) and exported my eclipse application. The resulting .exe file saluts me with the following screen:

alt text
(source: iachelini.de)

Any ideas?

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

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

发布评论

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

评论(2

递刀给你 2024-09-18 02:43:45

只是一个猜测。

启动器的实现方式是通过批处理脚本解释命令行选项...并且 # 被解释为行注释的开头。

编辑:

“eclipse.exe”加载“eclipse.ini”。在这里,您可以在行首使用 # 进行注释。这并不能证明 Eclipse 使用批处理脚本进行加载(确保应该查看源代码),但它暗示注释假设是有效的。

Just a guess.

The launcher is implemented in a way that the command line options are interpreted by a batch script ... and the # is interpreted as the beginning of a line comment.

Edit:

The 'eclipse.exe' loads the 'eclipse.ini'. Here you can make comments with a # at the beginning of the line. This does not prove that eclipse uses a batch script for loading (to be sure one should look at the source), but it is an hint that the comment-assumption is valid.

绝對不後悔。 2024-09-18 02:43:45

我的第一个猜测是错误的。该问题与注释或批处理脚本无关。这是eclipse的java代码中的一个bug。我已经填写了错误报告:

https://bugs.eclipse.org/bugs /show_bug.cgi?id=320732

My first guess was wrong. The problem has nothing to do with comments or a batch script. It's a bug in the java code of eclipse. I have filled a bug report:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=320732

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