I am using Netbeans and j2mewtk to develop and test mobile applications. If I want to do file IO on an image the emulator uses ...\j2mewtk\2.5.2\appdb\temp.DefaultColorPhone[####]\filesystem\root1 to store files for the current, temporary emulation.
If I want to operate on a pre-existing image I have to start the emulator, check which temp environment it is using (in Netbeans output window), then navigate to that directory and drop the image in, then continue running to mobile app
. It should be pretty simple to just have the emulator or netbeans start the temp directory with the image pre-existing. I've tried using the initial DefaultColorPhone, hoping that every temp instance would draw from it, but I have had no luck. I just can't figure out how to do it. Thanks!