vecmath issues

For some reason, I am getting a problem with the src when I upgrade from java 1.5.0_04 to 1.5.0_07. It now gives me many errors like:

“The method setTranslation(Vector3f) in the type Matrix4f is not applicable for the arguments (Tuple3f)”

It looks like these methods only take subclasses of what’s being passed to them. For example, Matrix4f seems to only have setTranslation(Vector3f). Any ideas? I am using vecmath-kh.jar, same as before.

(I’m done with the q3 benchmarks and this issue only came up when running from webstart since my default jvm there is different than my dev jvm :frowning: )

Nevermind, looks like _07 is just bad. ::slight_smile: Installing 1.5.0_09 seems to have solved the issue.