开发者

Java compilation in eclim

开发者 https://www.devze.com 2023-03-31 17:19 出处:网络
According to passing JVM args there is no support yet in eclim 开发者_运维百科for passing arguments to the JVM when running Java from eclim by :Java. I assume the same is true for java compilation wit

According to passing JVM args there is no support yet in eclim 开发者_运维百科for passing arguments to the JVM when running Java from eclim by :Java. I assume the same is true for java compilation with :Javac. Is there some hack that will allow me not to pass arguments to the compiler but then at least have :Javac do eg. javac -Xlint:unchecked even though it's to be a permanent change ? Another usecase would be to compile with a different compiler.


Looks like you can now set jvm flags with org.eclim.java.run.jvmargs and javac flags with org.eclim.java.compile.args.

(See also the Eclim Settings doc.)

0

精彩评论

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