Hi, I copied your code to eclipse with nokia sdk. It compiles perfectly and runs on the emulator.
There is no nullpointer.
Type: Posts; User: hvogeler; Keyword(s):
Hi, I copied your code to eclipse with nokia sdk. It compiles perfectly and runs on the emulator.
There is no nullpointer.
File access in J2ME is done via jsr75 file connection api. It is included in the series 60 sdk e.g. You open a file connection via the normal Connector class. Use an url like...
The java VM does not allow heap memory exceeding 409000 bytes?!
Runtime.totalMemory() on the 6630 shows 409600. when my program reaches this limit it dies with OutOfMemory. Specification of the...