Support binding to JVM static fields/methods
Closed this issue · 1 comments
danielperano commented
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.
danielperano commented
Fixed by c1ca268.