Setting up JME

hey all,

im just new at this, Im trying to run a simple application to see if everything is set up, I keep getting this error, Can anyone advice me how to fix this?



Thanx



C:j2sdk1.4.2_12java files>javac Lesson1.java

Lesson1.java:1: cannot access com.jme.app.SimpleGame

bad class file: C:j2sdk1.4.2_12jrelibextjme.jar(com/jme/app/SimpleGame.clas

s)

class file has wrong version 49.0, should be 48.0

Please remove or make sure it appears in the correct subdirectory of the classpa

th.

import com.jme.app.SimpleGame;

                  ^

1 error

Looks like the jar was compiled for java 1.5, so you'll need to run it with java 1.5

Perhaps we should release a 1.4 compliant version as well via Retroweaver?