I'm using ImageJ on MacOS X. Currently the ImageJ properties utility is reporting the Macros and Utilities directories as "null"
IJ.getDir("plugins"): null
IJ.getDir("macros"): null
I can set the directories using the following command from the command line.
java -Xmx1024m -jar /Applications/ImageJ/ImageJ.app/Contents/Resources/Java/ij.jar -ijpath /Applications/ImageJ
How does one set the ijpath when double clicking the ImageJ application (imagej.app)?