|
Re: Flight Recorder Help
The version of Java on the robot is Java ME, rather then Java SE that you are used to using on a computer. Java ME is based on Java SE version 1.3, so many new features are not available. Looking specifically for Java ME examples may be helpful.
For examples of reading and writing files, you can look at the Preferences class.
|