this may be of no help to you, and i apologize for that.
bluej made no sense to me. it seemed quite happy to build
an empty.jar, not unlike the one you built with it. plus, according
to SO, bluej is not designed to be used for android. whatever.
i took ziwiIntegrator.java and modified it so that it builds with erel's
simple library compiler. it was moderately tedius; a number of small
changes relating to the version of java needed for slc were required.
(lambda expressions and the diamond operator cannot be handled,
but it's not difficult to change them.) there was also 1 important
change, which didn't quite make sense to me regarding the alertdialog (i am
familiar with building alertdialogs which is why the change felt strange).
if i were expecting a problem when trying to include the library, i think
it would be at that point.)
wherever the compiler stopped with an error, i made the error go away.
you now have a ziwiIntegrator.jar which you can add to your additional
libraries folder and include in your project. what happens when you
access it, i cannot say as i didn't spend all the time necessary to learn
what the library is supposed to do.
i am returning to you the modified ziwiIntegrator.java file. anyone who
feels so inclined can use it (or revert to the original). the modified file
will compile with the simple library compiler, so that might be a
convienient place to start in the event my changes cause a problem.
(it would be a simple matter to compare the original against my changes.)
i have no idea how it is incorporated into your project, so i had no way to
test it.