Hi,
Can I read a txt file outside JAR File? How?
Could give me an example?
If possible give me example of how to read outside JAR file (if it is possible, of course) and inside JAR file.
I try to use BufferedReader, but it is not recognised.
What I really want to do is read lines of a txt file and place them in a ChoiceGroup Item.
For example I have this txt file:
Then in my mobile application I want that lines appears as a ChoiceGroup for the user.Code:myTxt.txt 10 20 30
Any help would be great...
Thanks
decisor

Reply With Quote

