开发者

how to run a jar file with editplus

开发者 https://www.devze.com 2022-12-30 19:43 出处:网络
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开发者_C百科 XML structure but it works fine. I take a program in a jar and this j

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开发者_C百科 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?


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>


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号