therealkenc

Results 2 issues of therealkenc

Spent today surveying Java WebDav implementations, and in addition to Jackrabbit (first hit) found [github/miltonio](https://github.com/miltonio/milton2/tree/master) aka [milton.io](https://milton.io/). Not an endorsement; just dropping the link for the next person's search.

I got jni-bind working on Windows but needed to work-around a difference in how Oracle JDK 19 defines `jint`. On Linux: ``` typedef int jint; ``` On Windows (comment from...

bug