如何使用editplus运行jar文件
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你可以设置一个外部命令(或 EditPlus 所说的“用户定义工具”)来运行:
I think you can just set up an external command (or a "user-defined tool" as EditPlus calls it) which runs:
而是使用 Java 目标编辑器/IDE,例如 Eclipse 或 Netbeans。 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.