helins / linux-gpio.java

Use the standard Linux GPIO api from Java
Mozilla Public License 2.0
17 stars 2 forks source link

java 8 target #2

Open pi-r-p opened 2 years ago

pi-r-p commented 2 years ago

Hello, I tested your lib with openjdk8. I recompiled all the dependencies and linux-gpio.java. It is working. Nice job, I can count pulses in user space up to without any errors at 100hz (I didn't test greater frequency).

So, your default target can be java 8, it won't be a problem. It can help other people that use old jdk for some reasons like me.

(this is really not a big issue)

helins commented 2 years ago

Thanks! I don't remember the details, it's been a while, but I think I moved from Java 8 because I was having issues with modules. My primary goal was to use this library from Clojure.

NoahAndrews commented 2 years ago

I moved from Java 8 because I was having issues with modules

Java 9 was the one that introduced modules, right?

helins commented 2 years ago

Yes indeed