-
```
According to the MIDP API at
http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/lcdui/T
extField.html#setString(java.lang.String), passing null to
TextField.setString() should emp…
-
```
I get a Verifier error when preverifying the class for J2ME:
Error preverifying class org.ksoap2.serialization.SoapSerializationEnvelope
VERIFIER ERROR org/ksoap2/serialization/
SoapSerializa…
-
```
The call to hideNotify() in Display.clean() should be sent to the Event
Dispatcher rather than called directly, in order to satisfy the serial
event delivery requirement in the MIDP spec. Otherwis…
-
```
According to the MIDP API at
http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/lcdui/T
extField.html#setString(java.lang.String), passing null to
TextField.setString() should emp…
-
```
I get a Verifier error when preverifying the class for J2ME:
Error preverifying class org.ksoap2.serialization.SoapSerializationEnvelope
VERIFIER ERROR org/ksoap2/serialization/
SoapSerializa…
-
```
Running the August 18 2009 v3.0.0 SNAPSHOT emulator locally on the
apps/microemu-demo.jad "java -jar microemulator.jar
-Xautotest:http://localhost:8000/microemu-demo.jad" with JRE 1.6.0_13 where
t…
-
```
I get a Verifier error when preverifying the class for J2ME:
Error preverifying class org.ksoap2.serialization.SoapSerializationEnvelope
VERIFIER ERROR org/ksoap2/serialization/
SoapSerializa…
-
```
MicroEmu does not accept datagram address in Sun standard.
UDPDatagramConnection conn;
conn.newDatagram(buff, length, "datagram://server:port");
The above line will throw an exception. I must re…
-
```
MicroEmu does not accept datagram address in Sun standard.
UDPDatagramConnection conn;
conn.newDatagram(buff, length, "datagram://server:port");
The above line will throw an exception. I must re…
-
```
I get a Verifier error when preverifying the class for J2ME:
Error preverifying class org.ksoap2.serialization.SoapSerializationEnvelope
VERIFIER ERROR org/ksoap2/serialization/
SoapSerializa…