Not recognizing @Override anotations

hi momoko,



i wanted to have a look at the new features - but either updateing from svn or checking out newly - the project isnt working. It does not recognize some of the @Override anotations (i am pretty shure that i am using java 1.6.0_16, i freshly installed it, and some@Overrides are working…) and most tests dont work (Stay black) - i think mostly because uniforms arent found in the shaders.



One build problems is there too: SevenZip isnt found.



Also the InputMissmatch in Scanner.java is again here: (Setting the scanner to Locale.ENGLISH fixes it)


SCHWERWIEGEND G3DSystem 12:45:01 Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]
java.util.InputMismatchException
at java.util.Scanner.throwFor(Scanner.java:840)
at java.util.Scanner.next(Scanner.java:1461)
at java.util.Scanner.nextFloat(Scanner.java:2319)
at com.g3d.res.plugins.OBJLoader.readVector3(OBJLoader.java:130)
at com.g3d.res.plugins.OBJLoader.readLine(OBJLoader.java:160)
at com.g3d.res.plugins.OBJLoader.load(OBJLoader.java:251)
at com.g3d.res.ContentManager.loadContent(ContentManager.java:167)
at com.g3d.res.ContentManager.loadContent(ContentManager.java:196)
at com.g3d.res.ContentManager.loadModel(ContentManager.java:265)
at g3dtest.fx.TestBumpModel.simpleInitApp(TestBumpModel.java:32)
at com.g3d.app.SimpleApplication.initialize(SimpleApplication.java:109)
at com.g3d.system.lwjgl.LwjglDisplay.initInThread(LwjglDisplay.java:150)
at com.g3d.system.lwjgl.LwjglDisplay.run(LwjglDisplay.java:219)
at java.lang.Thread.run(Thread.java:619)


Log HDR Test (Stays Black), changing the material: m_ColorMap : nave.hdr fixes it.
Resulting Log:

INFO G3DSystem 13:00:01 Running on jMonkeyEngine 0.16
INFO ContentManager 13:00:01 ContentManager created.
INFO LwjglDisplay 13:00:02 Using LWJGL 2.2.0
INFO LwjglDisplay 13:00:02 Selected display mode: 640 x 480 x 0 @0Hz
INFO LwjglDisplay 13:00:02 Display created.
INFO LwjglDisplay 13:00:02 Vendor: NVIDIA Corporation
INFO LwjglDisplay 13:00:02 Renderer: GeForce GTX 260/PCI/SSE2
INFO LwjglDisplay 13:00:02 Adapter: vga
INFO LwjglDisplay 13:00:02 Driver Version: null
INFO LwjglDisplay 13:00:02 OpenGL Version: 3.1.0
INFO LwjglDisplay 13:00:02 GLSL Ver: 1.40 NVIDIA via Cg compiler
INFO LwjglTimer 13:00:02 Timer resolution: 1000 ticks per second
INFO Camera 13:00:02 Camera created (W: 640, H: 480)
INFO LwjglMouseInput 13:00:02 Mouse created.
INFO LwjglKeyInput 13:00:02 Keyboard created.
INFO Node 13:00:02 Child (BitmapFont) attached to this node (Gui Node)
18.749998
16.0
16.0
WARNUNG HDRLoader 13:00:02 HDR Command ignored: PRIMARIES= 0.6400 0.3300 0.2900 0.6000 0.1500 0.0600 0.3333 0.3333
INFO Node 13:00:03 Child (Box) attached to this node (Framebuffer Node)
WARNUNG LwjglRenderer 13:00:03 Uniform m_Blocks is not declared in shader.
WARNUNG LwjglRenderer 13:00:03 Uniform m_NumPixels is not declared in shader.
WARNUNG LwjglRenderer 13:00:03 Uniform m_EncodeLum is not declared in shader.
WARNUNG LwjglRenderer 13:00:03 Uniform m_Blocks is not declared in shader.
WARNUNG LwjglRenderer 13:00:03 Uniform m_NumPixels is not declared in shader.
INFO LwjglMouseInput 13:00:27 Mouse destroyed.
INFO LwjglKeyInput 13:00:27 Keyboard destroyed.
INFO LwjglDisplay 13:00:27 Display destroyed.


But one is good: TestSimplelightning is working now, only with a view (about 100?) WARNINGS about Binormals and Tangents. But i can see sth now!


Specs:
Vista 64, jdk 1.6_016 32bit, Eclipse, Locale: de_DE

Regards,

snare

@Overriding interface Methods is a java 6 feature, so it seems you use java 5 to complie.

Core-Dump said:

@Overriding interface Methods is a java 6 feature, so it seems you use java 5 to complie.


does this mean that we're boosting the base requirements to Java 6?  1st. Generation Mac Intel's won't be happy ^^
sbook said:

Core-Dump said:

@Overriding interface Methods is a java 6 feature, so it seems you use java 5 to complie.


does this mean that we're boosting the base requirements to Java 6?  1st. Generation Mac Intel's won't be happy ^^

Sorry that was a mistake on my part. I choose source 1.6 and forgot about it. Now its all set and compiles on Java5.