[Solved] how to download this com.ibm.mqtt.IMqttClient.jar file? without paho libarary using in eclips


Those classes are not part of the Paho MQTT client, the are part of the old IBM IA92 Java MQTT client.

You should not use these are they are out of date, you should use the Paho Java client. And given that you have tagged this with Android you should be using the Paho Android service rather than trying to roll your own with the Java client.

solved how to download this com.ibm.mqtt.IMqttClient.jar file? without paho libarary using in eclips