Problem with texture loader

Hi everybody,

I’ve got a very basic problem : i’ve placed my classes in a folder texture and my jpg under a /texture/texture folder. For the loader i made this :


txLoader = new TextureLoader();
txLoader.registerPath("texture/texture/");

This code works well under windows on a computer of a friend, but not on my linux where it can’t find the texture ??? ! i’ve checked right permission and there are OK. Any idea ?

Thanks in advance,

Adenthar.

Pb solved !! :slight_smile:

i’ve put the texture folder in the classpath and it works ::slight_smile: :slight_smile: