简体   繁体   中英

how to run a jar file with editplus

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?

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.

我认为您可以只设置运行以下命令的外部命令(或EditPlus称之为“用户定义的工具”):

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM