Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Integrating the MQTT RCP Application into another RCP application

Hi,

I think you need org.eclipse.paho.ui.plugin-<version>.jar  instead of org.eclipse.paho.ui.core
e.g. org.eclipse.paho.ui.plugin-1.0.1-SNAPSHOT.jar,

and then drop this one and org.eclipse.paho.client.mqttv3_1.0.0.jar to plugins folder

and you can open the view from  Window>Show View>Other...> type filter text: MQTT Connections

The MQTT view should be opened relative to Problems view.

There are both New Connect and Delete in the context menu if work as a plugin.


(See attached file: Screen Shot 2015-03-12 at 5.08.07 PM.png)

Best Regards,
Bin Zhang(张斌)
--------------------------------------------------------------------------------------------
WebSphere MQ, IBM China Software Development Lab
Notes:   Bin BJ Zhang/China/IBM
E-Mail:  zhbinbj@xxxxxxxxxx
Address: Ring Building 3F, ZhongGuanCun Software Park,

DongBeiWang West Road No.8, Haidian District, Beijing, 100193, China
-------------------------------------------------------------------------------------------


Inactive hide details for Rainer Poisel ---03/12/2015 04:25:03 PM---Hi, are there any guidelines on how to install the MQTT RCPRainer Poisel ---03/12/2015 04:25:03 PM---Hi, are there any guidelines on how to install the MQTT RCP Application

From: Rainer Poisel <rainer.poisel@xxxxxxxxx>
To: General development discussions for paho project <paho-dev@xxxxxxxxxxx>
Date: 03/12/2015 04:25 PM
Subject: [paho-dev] Integrating the MQTT RCP Application into another RCP application
Sent by: paho-dev-bounces@xxxxxxxxxxx





Hi,

are there any guidelines on how to install the MQTT RCP Application
into another RCP application as a plugin?
 *
https://eclipse.org/paho/clients/tool/

After adding the "org.eclipse.paho.client.mqttv3_1.0.0.jar" and the
"org.eclipse.paho.ui.core_1.0.0.jar" plugins to my launch
configuration I was able to switch to the "Paho MQTT" Perspective.
However, I could not add a new MQTT connection because the "+" button
was missing in my toolbar.

Is there a way to bring this button to my toolbar? Maybe it is
filtered? I don't really know.

On the other hand, I would recommend to add the "New connection"
command to the context menu of the "Connections" view. At the moment
it only features a "Delete" command.

Regards,
 Rainer
_______________________________________________
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


GIF image

Attachment: Screen Shot 2015-03-12 at 5.08.07 PM.png
Description: PNG image


Back to the top