hello_simple

3 posts / 0 new
Last post
Offline
Last seen: 6 years 4 months ago
Joined: 10/26/2017
Posts: 2
Python (Connector) Subscriber - Subscribe to Java Example

Hi,

I have been working with the hello_idl example in the rti_workspace->examples->connext_dds->java.

I want to write a subscriber in Python that can listen to the java publisher. But so far I haven't gotten it to work. What do I need to change in the .xml to be able to listen to the java publisher.

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 7 years 9 months ago
Joined: 06/23/2016
Posts: 1
Error while running java example of Connect_dds

I am trying to run hello_simple example implementation in Java, I am facing an issue as the application is throwing the following exception 

Exception in thread "main" java.lang.UnsatisfiedLinkError: com.rti.dds.topic.builtin.ServiceRequestTypeSupport.DDS_SERVICE_REQUEST_TOPIC_NAME()Ljava/lang/String;

I am unable to find topics similar to this exception, I would be greatful if anyone can help

Full Trace:

4 posts / 0 new
Last post
Offline
Last seen: 8 years 2 weeks ago
Joined: 03/07/2016
Posts: 2
unresolved external symbols in hello_simple c example in visual studio 2013 and 2015

 

hi,

I'm trying to get the C and C++ hello_simple examples of connext_dds 5.2.0. working with visual studio 2013 and 2015 on Windows 7 Enterprise.

installation of dds was successful and all environment variables are set correctly, I was able to verify it through successfully testing the C# examples.

Subscribe to RSS - hello_simple