I'm trying to set up JUnit tests which depend on java classes generated from idls. I've added the nddsjava.jar to Referenced Libraries and set the run configuration PATH environment variable to point to the ndds java libraries.
When I try to run a JUnit test class I get the exception
java.lang.NoSuchMethodError: 'void com.rti.dds.typecode.StructMember.<init>(java.lang.String, boolean, short, boolean, com.rti.dds.typecode.TypeCode, int, boolean, com.rti.dds.typecode.Annotations)'
What am I missing?