eclipse loadproperties like in ant task -


There is something like eclipse loading properties such as Eclipse, when I want to debug in Eclipse, I can load the property file .

Thank you!

You can add your debug configuration, (x) = logic A VM logic with tabs, properties you want

  java -Darg1 = foo1 -Darg2 = foo2 -Darg3 = foo3 com.MyClass  

, for you.
But if there are a lot of them, then you need a file, then, without the ant execution cover, you need (your program, this time as "program logic"), and read it] (but Directly into your code).


Comments