Hi, 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?
A:
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>
pdbartlett
2010-05-20 13:21:23
thanks. it´s works.
petercartagena
2010-05-23 17:33:57
That's great! You might want to accept the answer in that case, though.
pdbartlett
2010-05-24 08:10:53