We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43359b1 commit 10badb6Copy full SHA for 10badb6
_pages/develop/eclipse.md
@@ -263,10 +263,10 @@ Steps are as follows:
263
Eclipse before there will already be a configuration for it. Otherwise you
264
can double-click "Maven Build" to create a new run configuration.
265
266
-3. Add a parameter: `imagej.app.directory` with value:
+3. Add a parameter: `scijava.app.directory` with value:
267
`<path/to/ImageJ.app>` (e.g. `/home/hinerm/Fiji.app`)
268
269
-4. Add a parameter: `imagej.deleteOtherVersions` with value: `always`
+4. Add a parameter: `scijava.deleteOtherVersions` with value: `always`
270
271
5. Click `Apply`
272
0 commit comments