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.
https://readytalk.github.io/avian/
Other
1.22k stars 172 forks source link

Could not get class name through JNI #493

Open ashitikov opened 8 years ago

ashitikov commented 8 years ago

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!

dicej commented 8 years ago

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?