• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Representations of a mobile device's file-system roots in NetBeans IDE?

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
Olga Flasza
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally got it. It is in directory:



It created 9 directory named 1,2...9 in work directory every directory containing same structure....

at present I am not sure which # folder is working directory for current running application, even though it solved my problem
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was wondering was i the only one that couldn't find it! cheers!
by the way do you remember how you referenced that directory in your FC?
 
I've been selected to go to the moon! All thanks to this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic