Hello,
we are currently migrating projects to JDK 11 and are experiencing the strange problem where JARs compiled on macOS do not longer work on Linux or Windows.
For every request the server answers with UNIMPLEMENTED “Method not found”.
The only native parts we know of are tcnative and when compiling we use the compile target arch (or the uber jar for testing).
Any ideas?
Thanks,
Marcel