If you don't know JavaPlot, it's a Java library which 'connects' Java with the popular gnuplot providing a set of classes. When it runs, it searches for the gnuplot binary in your system. Anyway, some months ago I've been through the awful experience of installing gnuplot under Mac OS and now all my data are gone, so gnuplot is not on my system anymore.
In order to avoid installing it again, and in order to improve portability for my Java applications, is there someway to embed the raw just-as-when-downloaded gnuplot folder into my Java project and tell JavaPlot to look for the binaries in that folder?
You know, it would make my applications work on every kind of OS even if gnuplot is not installed.
Thank you in advance,
Andrea