BustedSanta
BustedSanta

Reputation: 1388

How to install Eclipse Paho Client View

I am completely new to Eclipse Paho and I am trying to undertstand the basics and get a test environment up and running.

I have tracked down the org.eclipse.paho.client.mqttv3-1.0.2.jar. I created a test Eclipse project and successfully connected with the sample code provided here.

Now, I would like to learn how to install the Eclipse Paho Client View. I have searched online but wasn't able to find any definite answers. I would like to have the Eclipse Paho Client View available in my Eclipse (Luna).

enter image description here

Thank you in advance for any tips and advice.

Upvotes: 0

Views: 2277

Answers (1)

hardillb
hardillb

Reputation: 59731

You should be able to export the project as an eclipse plugin that you can then install into your eclipse instance.

The following should have instructions to help:

http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fui_export_install_into_host.htm

Upvotes: 1

Related Questions