• 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

how to read a text file

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi is it possible to read a text file from the local directory of C: using J2ME?
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"eric_jackson"-
Could you please change your display name tho match the Naming policy? Basically, just remove the underscore "_" from your first and last name. You can change it here

Also, because youre question is specific to J2ME, I'm going to move it to the J2ME forum. So please post your replies there.

Thanks! And welcome to the JavaRanch.
 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by eric_jackson:
hi is it possible to read a text file from the local directory of C: using J2ME?



What are you working with? I assume it's an emulator (since most J2ME devices won't have a "C:" drive).

Depending on the toolkit you are using, you might be able to pre-populate the RMS from a file on your local drive. For some reason I don't think that's what you hand in mind.

William Frantz
http://sprintdevelopers.com
reply
    Bookmark Topic Watch Topic
  • New Topic