MyWorldLLC/Chipmunk

Support binding to JVM static fields/methods

Closed this issue · 1 comments

Chipmunk's linker is not able to bind to static fields or methods. This isn't an issue for Chipmunk code since the JVM compiler never uses dynamically bound statics, but this is an issue for interacting with native JVM code since anything declared as 'static' is unusable.

Fixed by c1ca268.