摘要: ERROR: floating-point constants should not appear
com.sun.kvem.ktools.ExecutionException: Preverifier returned 1
該問題好像是涉及到浮點計算的問題,CLDC1.0版本對浮點運算支持的不好,換了CLDC1.1之后就不會出現這個問題了。
閱讀全文
摘要: Unable to create MIDlet null
java.lang.NullPointerException
at com.sun.midp.midlet.MIDletState.createMIDlet(+14)
at com.sun.midp.midlet.Selector.run(+22) 閱讀全文