I have to admit that I havn’t actually seen much example code for using odejava, so much of what I’ve done has been guesswork. Although my program is (mostly) working as expected on my computer, it seems to behave differently on other people’s computers. The first person I had test my program reported that the objects bounced again after they had lay at rest (doesn’t do this at all on my computer). The second person I had test the program reported a crash in native code at this point: org.odejava.collision.JavaCollision.collide(Lorg/odejava/Space;)V+51
This happens before/as the window is displayed. I’ve never experienced a crash on my computer.
Both of these computers were running windows xp with around 2ghz intel processors. I don’t really know what else to say about the crashes since I’ve given all the info I have…
I am running the latest official release although it seems commonly recommended to run the latest from cvs. I will download the latest from cvs if I have to, but its not really any small task as I’ve never used cvs or ant and don’t have a java.net account
I do have several other questions, but Its far too late to ask them correctly so I’ll wait until morning.
edit: tpyos