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.
我有一个 java jar,我想在使用 Eclipse IDE 编译类时调用:
java -jar myjar.jar args1 args2
有没有我可以使用的 java lib 或者使用 Scala 宏?
您可以右键单击您的项目选择属性/构建器/新建。这将添加一个要运行的外部程序。项目编译后。(每次编译只会出现一次,而不是每个编译单元一次,这就是我认为您所指的)。但是它很容易通过您的外部程序跟踪它,并为每个更新的编译单元(或新生成的类文件)运行一些东西