Hello,
I'm using rrd4j (3.3.1) from within openHAB.
Actually I wrote an extension of the demo group (correct wording) for openHAB users in which data from a database other then rrd4j is fetched and stored in a .rrd file.
This is done! However only from within the IDE (Visual Stusio Code).
When trying to build a .jar containing the new function I'm failing with:
"Fatal Error: Unable to find package java.lang in classpath or bootclasspath"
Would you know the cause of that problem?
BTW:
While testing a lot of my .rrd files I used your RRD-Inspector, however from a .jar file it worked only for versions up to 3.3.1 (later ones don't recognise the files). Trying it from within the IDE I could open the .rrd files even with 3.8. Seems a bit odd to me.