parameter to the java compiler of Eclipse

1.2k Views Asked by At

I am not able to find how to add/edit parameter to the java compiler of Eclipse. for eg. -parameter I am using ECLIPSE LUNA and no means of setting options in Java Compiler Properties.

2

There are 2 best solutions below

0
On

All options understood by Eclipse's compiler for Java are indeed configurable by the Java Compiler Preferences / Properties

If there's any option your missing on this page and its sub pages, please be specific.

1
On

Have you tried on "Run Configurations"?

Run -> Run Configurations... -> Arguments tab, set there your Program and/or VM arguments.