The J2ME Wireless Toolkit emulator sets aside a directory on your desktop computer's hard disk,
/<toolkit>/appdb/DefaultColorPhone/filesystem, to hold representations of a mobile device's file-system roots.
It then uses the FileConnection APIs to give MIDlets access to files stored in subdirectories of filesystem.
The emulator comes with one root directory already installed, called root1, which contains the file Readme.
In the toolkit emulator, each immediate subdirectory of filesystem is treated as a root.
My Question is where is this location if I use NetBeans
IDE for devloping my MIDLet?? I am using Netbeans 6.8 and windows XP.
Thanks in advance.