Problem with Tilep Maps

Hi,

I have the follow problem when I’m compile my program in Netbeans:

Mon Dec 24 14:59:54 BRST 2012 INFO:Found 0 controllers
Mon Dec 24 14:59:54 BRST 2012 ERROR:TiledMap requires that the map be created with tilesets that use a single image. Check the WiKi for more complete information.
org.newdawn.slick.SlickException: TiledMap requires that the map be created with tilesets that use a single image. Check the WiKi for more complete information.
at org.newdawn.slick.tiled.TileSet.(TileSet.java:100)
at org.newdawn.slick.tiled.TiledMap.load(TiledMap.java:647)
at org.newdawn.slick.tiled.TiledMap.(TiledMap.java:128)
at monarchs.Monarchs.init(Monarchs.java:23)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:433)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:357)
at monarchs.Monarchs.main(Monarchs.java:51)
Mon Dec 24 14:59:54 BRST 2012 ERROR:Failed to parse tilemap
org.newdawn.slick.SlickException: Failed to parse tilemap
at org.newdawn.slick.tiled.TiledMap.load(TiledMap.java:680)
at org.newdawn.slick.tiled.TiledMap.(TiledMap.java:128)
at monarchs.Monarchs.init(Monarchs.java:23)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:433)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:357)
at monarchs.Monarchs.main(Monarchs.java:51)
Caused by: org.newdawn.slick.SlickException: TiledMap requires that the map be created with tilesets that use a single image. Check the WiKi for more complete information.
at org.newdawn.slick.tiled.TileSet.(TileSet.java:100)
at org.newdawn.slick.tiled.TiledMap.load(TiledMap.java:647)
… 5 more

But, the building is satisfied.

The window is open quickly.

Help please!

[quote]TiledMap requires that the map be created with tilesets that use a single image. Check the WiKi for more complete information.
[/quote]
Well, obviously you need to read the wiki.
Without any source code, or any indication of what you did, there’s nothing anyone can do to help you.