I was developing MIDP apps happily in WinXP environment. Then I shift to Win98 environment and the problems come...
The scenario looks like this:
I managed to compile and correctly generated both outputs ('jar' and 'jad' file pair) from the steps===> javac compile, preverifying, and jaring(included resources), but the main problem here is it can't load an image in the emulators(others apps. which didn't use graphics works fine).
I'm using 'CLDC1.1fcs', 'MIDP1.0.3fcs' and 'JDK1.4.2_03' and WTK2.1 for development.
I use "Image im= new Image.createImage("\xxx.png");" code line to insert images.
Is it my configuration problem or my setup is incorrect? Can u guys(those who developing in Win98...) tell me how u all setup the environment variables or kindly send me your 'autoexec.bat' file and how u all build your projects?

Reply With Quote

