Unable to locate texture from mw3d-terrain

Hi everyone,



I created a little terrain with mw3d and exported it into a folder of my NetBeans Project (named mw3ddata).

But when I want to run it, there comes two Warnings:



18.06.2009 20:32:01 com.jme.util.resource.ResourceLocatorTool locateResource
WARNING: Unable to locate: /C:/mw3d/workspace/labyrinthmap/ground2.jpg
18.06.2009 20:32:02 com.jme.util.resource.ResourceLocatorTool locateResource
WARNING: Unable to locate: /C:/mw3d/workspace/labyrinthmap/wall.jpg



But actually the textures are available in the folder C:...NetBeansProjectsProjectmw3ddata.
This is the folder where I exported the mw3d terrain into.

Finally he loads the terrain, and I can even see the texture wall.jpg, but ground2.jpg is missing.

Am I doing sth wrong? How can I solve this problem?

Thank you so far!