tinyb icon indicating copy to clipboard operation
tinyb copied to clipboard

Fixed missing javah in openJDK 10+

Open Heckie75 opened this issue 6 years ago • 4 comments

This is a change that fixes issue of missing javah in openJDK 10+

I know that it is not compatible with earlier Java versions.

Heckie75 avatar Apr 30 '19 19:04 Heckie75

When might this (and perhaps other changes for newer Java distributions) be merged into master? Trying to build tinyb on Raspbian Buster with OpenJDK 11 fails due to Java issues.

d-f-clark avatar May 27 '21 12:05 d-f-clark

@d-f-clark It seems that there aren't any changes in this project anymore. I suggest you to fork this project and fix the issues / applying PR in your fork.

BTW: Actually I also wanted to implement my bluetooth projects with Java, e.g. MipowPlaybulbTinyb but realized that it has not the expected stability. May be you take an alternative like bluez-dbus into account. However, I haven't validated this alternative yet.

Heckie75 avatar May 27 '21 13:05 Heckie75

Thanks for the response. I actually used tinyb in a project back in 2017 and it worked fairly well, with some help from Petre at the time. Had hoped to use it again on a Raspberry Pi Zero project, but build issues have gotten in the way.

I do find it odd that in this day of IoT BlueZ is so far behind the BLE curve.

d-f-clark avatar May 27 '21 14:05 d-f-clark

This worked for me :)

renegrob avatar Dec 29 '21 22:12 renegrob