ISC-HEI/gdx2d

Physics design - Link between Java and JNI box2d

Opened this issue · 1 comments

There is something bad in the linking of the Java object containing the physics and the underlying C++ implementation in box2d. This should be fixed but it will break API. So be it

Do you think the problem is when

  • java has reference on no more existent JNI object
  • JNI has a refererence on a no more existent java object
    or both ?