Philip Martin <phi...@codematters.co.uk> writes:

> WARNING in native method: JNI call made without checking exceptions
> when required to from CallStaticObjectMethod
>
> but it's not clear to me which bit of source code is responsible.

This might be a false alarm.  From

https://github.com/dropbox/djinni/issues/152#issuecomment-157220326

if I do

  echo 'public class Foo { public static void main(String[] args) throws 
Exception { } }' > Foo.java
  javac Foo.java
  java -Xcheck:jni Foo

I see the same warning as above.

-- 
Philip

Reply via email to