Problem Building jME physics

I'm install jMonkey Physics on netbeans, and I get some errors when trying to clean and build it.  The output looks something like this:


init:
deps-clean:
Deleting directory /home/noah/jME-Physics_2/build
clean:
init:
deps-jar:
Created dir: /home/noah/jME-Physics_2/build/classes
Compiling 118 source files to /home/noah/jME-Physics_2/build/classes
/home/noah/jmephysics/src/com/jmex/physics/geometry/TriMeshMassProperties.java:162: unmappable character for encoding UTF8
             * and if one of the angle is close to 0� or 180�
/home/noah/jmephysics/src/com/jmex/physics/geometry/TriMeshMassProperties.java:162: unmappable character for encoding UTF8
             * and if one of the angle is close to 0� or 180�
/home/noah/jmephysics/src/com/jmex/physics/geometry/TriMeshMassProperties.java:165: unmappable character for encoding UTF8
             * if the max angle is close to 180� we must devide the triangle into 2 right-angled triangle
3 errors
BUILD FAILED (total time: 4 seconds)



I have Ubuntu 7.04 (Feisty Fawn)  and Pentium 4 CPU.

Which JDK are you using?

Yeah, thats the ones that give me trouble on 7.04 too.



There are plenty of those in jme too but they are only giving ignored warnings when built with jme's own ant script.



For me it's just anoying but i'd give a + 1 to find a solution for this.



using jdk 6.0 downloaded from sun here (not the official ubuntu package)

Uh, thought it was some strange jdk, but sun 6.0 should definitely work. I'll remove those degree symbols then.



edit: done

Thanks irrisor