Java

Note: Applies to RTI Data Distribution Service 4.2 and later The error observed may be similar to the following: The library nddsjavad.dll could not be loaded on Windows. Make sure that the library is in your Path environment variable. Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\ ...
5098 reads — 1 comment
Note: Relevant RTI Connext versions: RTI Connext 4.x and above. Every host architecture comes with a corresponding Java architecture. If you use rtiddsgen with the -language Java option, you must also specify -example with a j2sdk or jdk architecture. For example: rtiddsgen -language Java -example ...
2506 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. The generated makefile assumes the IDL file name matches the type name. You may need to modify the generated makefile to match the actual type name. ...
2492 reads — 0 comments
Note: Applies to NDDS 3.x and RTI Connext 4.x and above. The Java API in NDDS 3.x is based on the JMSRT interface, which is similar to the JMS interface. The Java API in RTI Connext 4.x and above complies with the DDS standard and is much more consistent with its C and C++ interfaces, but is very ...
2078 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. If your IDL file defines a large data type and rtiddsgen reports an "out of memory" error, increasing the Java heap memory may help. To do this, open $NDDSHOME/scripts/rtiddsgen with an editor of your choice and add -X options (see below) to the last line ...
3981 reads — 0 comments

Pages

Subscribe to RSS - Java