Name/signature for Java constructor with name parameter (from JNI)

Really the easiest is to use something like https://github.com/Konloch/bytecode-viewer to see what gets generated. I think you get a plain integer, so just passing a Jint with value 0 will do.

1 Like