Cannot find symbol

Hi,



I downloaded the JME SDK on a linux box running Debian 6.0.1a with java jdk 1.6.0_24 and I’me getting the following error when trying to build the example project jme3.0test



TestCameraMotionPath.java:35: cannot find symbol

symbol : class MotionTrack

location: package com.jme3.cinematic

import com.jme3.cinematic.MotionTrack;



TestCameraMotionPath.java:60: cannot find symbol

symbol : class MotionTrack

location: class jme3test.animation.TestCameraMotionPath

private MotionTrack cameraMotionControl;



TestCinematic.java:35: cannot find symbol

symbol : class GuiTrack

location: package com.jme3.cinematic

import com.jme3.cinematic.GuiTrack;



Did I miss something? How do I sort this out?



Thanks.

http://hub.jmonkeyengine.org/groups/jmonkeyplatform/forum/topic/jme3testhas-import-errors/