Help An Unknow Error to Me

Hi guys,

I make a game on the sony ericsson emulator and everything run smoothly but when i run the game on a nokia emulator then this error message pop out which i have never seen before this is as follow

: Callback threw: java.lang.Error: Override of final method

i am using the S60 2nd Edition FP2 emulator.

i have just started J2ME programming for 6 mth so there is a lot of things i am not sure of so i would like to ask for suggestion and help if anyone who know's what this error mesage is for or how it happen please tell me thanks in advance.

reegards

KKH

[609 byte] By [KKHa] at [2007-10-2 9:09:36]
# 1

Not sure. Are you sure they use the same versions of J2ME? The error appears to state that a compiled class is overridding a final method in a superclass (which could not happen during compilation, only if the definition of the superclass in J2ME that you are linking to is different).

- Saish

Saisha at 2007-7-16 23:16:35 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...