0

I am trying to run imageJ project in eclipse but while running the project i am getting "null" value while printing this "System.getProperty("plugins.dir")" in my console, i already included imageJ jar(ij.jar) but still getting this error.

Mukesh Gupta
  • 1,373
  • 3
  • 17
  • 42

1 Answers1

1

Probably you need to pass this property using -Dplugins.dir notation during the start of your application.

Alex
  • 1,940
  • 2
  • 18
  • 36