Pramod Vidyagar
Pramod Vidyagar

Reputation: 41

parameter to the java compiler of Eclipse

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.

Upvotes: 4

Views: 1593

Answers (3)

Mr_Thorynque
Mr_Thorynque

Reputation: 2002

To complete response of @Stephan Hermann enter image description here

Upvotes: 0

Stephan Herrmann
Stephan Herrmann

Reputation: 8178

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.

Upvotes: 2

Keews
Keews

Reputation: 249

Have you tried on "Run Configurations"?

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

Upvotes: 2

Related Questions