thorstenwagner / ij-particlesizer

ImageJ plugin to derive number based size distributions based on recorded TEM images. A focus of the development was to provide different splitting methods to handle agglomerates and aggregates, robust handling of different noise levels and adaptability to non-standard images.
MIT License
1 stars 1 forks source link

R Plotting does not work on Mac #4

Open thorstenwagner opened 7 years ago

thorstenwagner commented 7 years ago

It always throws an expection: Rserve>/bin/sh: null: command not found java.lang.NullPointerException at de.biomedical_imaging.ij.rplot.HistogramFrame.getNumberOfBins(HistogramFrame.java:381)

thorstenwagner commented 7 years ago

I guess I just have to change this line: https://github.com/thorstenwagner/ij-r-plot/blob/master/src/main/java/de/biomedical_imaging/ij/rplot/RPlot.java#L24 to if(IJ.isLinux() || IJ.isMacOSX()){...}

ricounet67 commented 6 years ago

I have this issue also. I updated ParticleSizer with Fiji today. Is this issue corrected in the last version available or should I modify the code by myself? In this case can you tell me how to compile a new jar?

ricounet67 commented 3 years ago

I still have the issue on Mac OSX. Thus it is not possible to plot the distributions with R. But it works on Windows