NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
345 stars 143 forks source link

Added Java11 Fixes by ggmuelle #133

Closed irfman12 closed 5 years ago

irfman12 commented 5 years ago

I've added ggmuelle's patches to fix java 11 fixes.

Not tested for backwards compatibility yet.

madhephaestus commented 5 years ago

Since this change alters the C stack it should include the re-compiled binaries reflecting the change. this can be merged when the binaries are added to the PR.

ggmuelle commented 5 years ago

Cool, thanks! @irfman12 Will you add the binaries?

scriptator commented 5 years ago

There is now another MR by @ggmuelle which includes the binaries: https://github.com/NeuronRobotics/nrjavaserial/pull/135