ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.

Home Page:https://readytalk.github.io/avian/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not get class name through JNI

ashitikov opened this issue · comments

Hello! Calling any method from Class give me errors like:
java/lang/NoSuchMethodError: getName ()Ljava/lang/String; not found in java/lang/Class

Avian was built for ios-x86_64 with option -sim=true

Thanks for help!

Hi Alexander,

I'm unable to reproduce this. I modified https://github.com/ReadyTalk/hello-ios to call Class.getName() and print the result to the screen, and that worked fine. Can you provide a test case?