Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在editplus3中运行一个jar文件,但我不知道怎么做。我的程序采用结构化文本并将其转换为 XML 结构,但它工作正常。我把一个程序放在一个罐子里,这个罐子我想在editplus上运行。我能行?
我认为您可以设置一个运行的外部命令(或 EditPlus 所称的“用户定义的工具”):
java -jar <your-jar-file> <arguments>
而是使用 Java 目标编辑器/IDE,如Eclipse或Netbeans。Editplus 虽然很棒(我也使用它),但它根本不适合/不适合这个特定任务。为工作使用正确的工具。