Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] [TLS-optional] Paho Java on JavaME 8

Hi,

we are trying to get Paho MQTT client running on a Rasberry PI with JavaME 8, CLDC 1.8. (Oracle Java Platform Micro Edition 8.2)

The org.eclipse.paho.jmeclient.mqttv3 is not compiling at the moment, in Eclipse I see the following compile errors:
IMqttNetworkFactory cannot be resolved to a type MqttMicroNetworkFactory.java /org.eclipse.paho.jmeclient.mqttv3/src/org/eclipse/paho/client/mqttv3/internal line 26 Java Problem
REASON_CODE_CATALOG_NOT_FOUND cannot be resolved or is not a field PropertyResourceBundle.java /org.eclipse.paho.jmeclient.mqttv3/src/org/eclipse/paho/client/mqttv3/util line 113 Java Problem
The method dumpProperties(Properties, String) in the type Debug is not applicable for the arguments (Hashtable, String) MqttConnectOptions.java /org.eclipse.paho.jmeclient.mqttv3/src/org/eclipse/paho/client/mqttv3 line 413 Java Problem
The method validateTopic(String) is undefined for the type MqttAsyncClient MqttConnectOptions.java /org.eclipse.paho.jmeclient.mqttv3/src/org/eclipse/paho/client/mqttv3 line 148 Java Problem

The Java SE client doesn't compile with JavaME as it uses java.io.File, javax.net, java,net.URI and other classes which are not available in CLDC.

What are the plans of making a running JavaME client?

Best regards,
---------------------------------------------------------------
George Mesesan
MicroDoc GmbH
Elektrastrasse 6A
81925 München, Germany

Zentrale Tel: +49-89-551 969 10
Zentrale Fax: +49-89-551 969 11

http://www.microdoc.com 
Registergericht München, HRB 95622
USt.Id.: DE 129 416 253
Geschäftsführer: Hans Kamutzki, Hendrik Höfer
---------------------------------------------------------------


Back to the top