Minor compile warning :)

Hi, i keep getting this warning since … well some time on linux when building the jmetests:



init:

compile:

Compiling 136 source files to /home/sam/project/JME/jme/testbuild

/home/sam/project/JME/jme/src/jmetest/sound/PongRevisited.java:2: warning: unmappable character for encoding UTF8

  • Created on 4 ao?t 2004

    Note: /home/sam/project/JME/jme/src/jmetest/widget/TestWidgetAnimatedImage.java uses unchecked or unsafe operations.

    Note: Recompile with -Xlint:unchecked for details.

    1 warning

    dist:

    Building jar: /home/sam/project/JME/jme/target/jmetest.jar

    BUILD SUCCESSFUL (total time: 4 seconds)



    it builds as you can see but is annoying so please can someone correct this unmappable character ?

sure. done. What’s the other thing it’s complaining about in TestWidgetAnimatedImage? Haven’t seen either warning before.

Looks like a 1.5-specific bug, caused (I think) by using classes which support generics without specifying a generic type. Or at least, something to do with generics. The best thing to do is compile JME using a 1.4 JDK instead.

this last post was me