A friendly place for Java greenhorns!
Java
Ranch
»
JavaRanch Saloon
Search
|
FAQ
|
Recent Topics
|
Hot Topics
Register
/
Login
Win a copy of
Flex 4 in Action
this week in the
Flex
forum!
Java
Ranch
»
Forums
»
Mobile
»
Java Micro Edition
Author
writing into a text file
him jain
Greenhorn
Joined: Feb 05, 2010
Messages: 22
posted
Feb 08, 2010 22:52:21
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
posted
Feb 09, 2010 08:56:14
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
Java
Ranch
»
Forums
»
Mobile
»
Java Micro Edition
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter
.