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 173 forks source link

java.lang.Object.notify missing #353

Closed bigfatbrowncat closed 10 years ago

bigfatbrowncat commented 10 years ago

A problem occured while trying to use SQLiteQueue - a part of sqlite4java (https://code.google.com/p/sqlite4java/).

java.lang.UnsatisfiedLinkError: java/lang/Object.notify()V

Is it possible to implement it now? If it's complicated, maybe you'll give some tips?