Quote:
Originally Posted by don.new
Tried OTA but I'm getting the same error I got using PocketMac install. When I try to start app..."Error starting MyAlarm: Class 'javax.microedition.io.file.FileConnection' not found."
|
FileConnection is known as JSR-75 (j2me spec/feature) and is not supported on the 8700 device, according to the specs. lhurtado would need to make a new version of the program which doesn't link to this capability...
An Overview of the File Connection Optional Package
(looking at the app, I can't see why you'd need it - maybe he's using it to save the prefs?)