timob
timob
Hi, Are you talking about the exaple from the readme (https://github.com/timob/jnigi/blob/master/README.md#example)? If you are using Oracle JVM, you could try OpenJDK instead. Also you can try adding options to `jnigi.NewJVMInitArgs`...
Can you post the code that causes this please?
I am getting this as well. To fix you need to make a change to your Go install on Windows and recompile: Here: https://github.com/golang/go/blob/master/src/runtime/signal_windows.go#L172 So: ``` --- a/src/runtime/signal_windows.go +++ b/src/runtime/signal_windows.go...
Can anyone test with https://go-review.googlesource.com/c/go/+/195577/ ? I might do this once I have time.
Yes that's a problem. We can't just change `o.className` to `o.GetClassName()` on the above line because it will refer to the method defined on `*ObjectRef`. I think the way to...
On Linux this can bee done by hooking the sigaction call. On Windows, need to check if any changes are needed.
On Windows see: https://github.com/timob/jnigi/issues/31
Can you explain some more about what you are asking?
That's what I'm implying, treating Int as int32 internally.
Thanks let me look at this. Would be good to add doc comments to the method.