Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Just a random collection of IntelliJ things.

Pass parameters to the Eclipse compiler

To make IntelliJ's Eclipse compiler use the settings as left by Eclipse in the .settings directory use the following:

  • Go to Settings → Build, Execution... → Compiler → Java compiler
  • Set "Use Compiler" to Eclipse
  • Add the following in Additional command line parameters:
    -properties $MODULE_DIR$/.settings/org.eclipse.jdt.core.prefs




  • No labels