You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository holds the implementation of a GeneXus [External Object](https://
6
6
7
7
## How to use it
8
8
9
-
First, add to the Knowledge Base the dependencies needed for the external object. Add `genexus-mqtt-*.jar` present in the Java Release and `eclipse-paho-mqttv3-1.2.5.jar` from maven into your Knowledge Base. Make sure you set the property [Extract for Java Generator](https://wiki.genexus.com/commwiki/servlet/wiki?39499,Extract+for+Java+Generator+property) to **True** for all of these files.
9
+
First, add to the Knowledge Base the dependencies needed for the external object. Add `mqttjavaexo-<version>-SNAPSHOT.jar` present in the Java Release and `eclipse-paho-mqttv3-1.2.5.jar` from maven into your Knowledge Base. Make sure you set the property [Extract for Java Generator](https://wiki.genexus.com/commwiki/servlet/wiki?39499,Extract+for+Java+Generator+property) to **True** for all of these files.
10
10
11
11
In order to be able to import the external object, you need to add both jar files to your [classpath property](https://wiki.genexus.com/commwiki/servlet/wiki?9248,Classpath+property,).
0 commit comments