i try the hybrid maps example in "javame sdk 3.0" but i cant get the tiles from res folder.i place the tiles in 'src' folder,separate 'res' folder and attach it to resources,but nothing works.how can i do it?
Check where in actual jar file the files are put. Different IDEs could do it differently, I suspect. Eclipse puts them to the root, maybe you have them in subdiretory; then base directory for jared files should be modified accordingly.
Check where in actual jar file the files are put. Different IDEs could do it differently, I suspect. Eclipse puts them to the root, maybe you have them in subdiretory; then base directory for jared files should be modified accordingly.
/JaakL