I try to load some sfx-files as resources from the jar file with getclass().getResourceAsStream(...);
This works fine on my MIDP 1.0 Device (Nokia3660) but give an IOEXEPTION on all MIDP 2.0 devices (including the Emulator 2nd FP3).
I have tried NokiaAPI and MMAPI the same result.
Skipping the audio files, the next IO EXCEPTION is throw when I try to access the database with openRecordStore (still works fine on MIDP1.0 devices) ???