OK, so I've worked upon a Java flappy bird game, the game works fine in the editor it reads all of the textures but when i export it to a .jar file it won't read the textures.
Thats what it looks like when i launch the game and that's the layout of the .jar file.
That's how the Eclipse one is set out, I've tried putting the assets folder in the net folder, the dragon4c3 folder the game folder but it still doesn't read the textures, is there something i need to do when exporting the .jar file? It does work but you need to have the assets folder in the same folder as the .jar file. Is that the only way of doing it?