Money Mgt Calculator
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Mobile » Java Micro Edition
 
RSS feed
 
New topic
Author

writing into a text file

him jain
Greenhorn

Joined: Feb 05, 2010
Messages: 22

is it possible to write a content in text file that is present out side of the jar using J2me..

i am having a jar file and text file in my mobile.
And from jar i want to write a code to add a content in text file..

is it possible?



--Himanshu Jain
Joachim Rohde
Ranch Hand

Joined: Nov 27, 2006
Messages: 199

Only via the optional JSR-75: http://jcp.org/en/jsr/detail?id=75
If it's not supported by your device you need to use the RMS (Record Management Store) to store data (which is not accessible from outside, if I remember correctly).

Create your own wishlist at www.tilto.co.uk
 
jQuery in Action
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Mobile » Java Micro Edition
 
RSS feed
 
New topic
Money Mgt Calculator

.