Skip to main content

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

I've asked James to look into what would be needed to get the Paho JavaME client working with JavaME 8.  If it's a small amount of work, then I hope we can just do it.  If it's a significant amount, then we'll have to plan for when it will get done.

Ian

On 12/08/2015 05:14 PM, Christoph Krey wrote:
I would like to know the plans for JavaME too.

@George: you may find some hints in the thread on JavaME from one month ago https://dev.eclipse.org/mhonarc/lists/paho-dev/msg03115.html

Christoph Krey

Am 08.12.2015 um 16:07 schrieb george.mesesan@xxxxxxxxxxxx:

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
---------------------------------------------------------------

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto


Back to the top