如何使用editplus运行jar文件

发布于 2024-09-02 03:10:26 字数 124 浏览 6 评论 0原文

我想在 editplus3 中运行一个 jar 文件,但我不知道该怎么做。我的程序采用文本结构化并将其转换为 XML 结构,但它运行良好。我将一个程序放在一个 jar 中,并且我想在 editplus 上运行这个 jar。我能做到吗?

I want to run a jar file in editplus3 but I dont´n know how do it. My program take text structured and converte it to XML structure but it works fine. I take a program in a jar and this jar I want run on editplus. I could do it?

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

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

发布评论

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

评论(2

我认为你可以设置一个外部命令(或 EditPlus 所说的“用户定义工具”)来运行:

java -jar <your-jar-file> <arguments>

I think you can just set up an external command (or a "user-defined tool" as EditPlus calls it) which runs:

java -jar <your-jar-file> <arguments>
阳光下的泡沫是彩色的 2024-09-09 03:10:26

而是使用 Java 目标编辑器/IDE,例如 EclipseNetbeans。 Editplus虽然很棒(我也使用它),但它根本不适合这个特定的任务。使用适合工作的正确工具。

Rather use a Java targeted editor/IDE, like Eclipse or Netbeans. Editplus, while great (I use it too) is simply not designed/suited for this particular task. Use the right tool for the job.

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