Use Prefs.getImageJDir() to get the path to the ImageJ directory.
()
| 1399 | |
| 1400 | /** Use Prefs.getImageJDir() to get the path to the ImageJ directory. */ |
| 1401 | static String getImageJPath() { |
| 1402 | return ImageJPath; |
| 1403 | } |
| 1404 | |
| 1405 | /** Returns the path to the user plugins directory or |
| 1406 | null if the plugins directory was not found. */ |