add new vm options for java application

Answered

I'm developing a plugin to auto add vm option for every java project.
which class/event I can call?

this aim to supress some props define for prod, but I wanna some other value in local.


 

0
1 comment

extends  this class

https://github.com/JetBrains/intellij-community/blob/master/java/execution/openapi/src/com/intellij/execution/runners/JavaProgramPatcher.java

and config  plugin.xml

 <java.programPatcher implementation="xxxxx.JavaProgramPatcher"/>

 

0

Please sign in to leave a comment.