无法加载 OMG DDS 实施。请设置 org.omg.dds.serviceClassName 属性.G

发布于 2024-12-03 00:23:41 字数 245 浏览 2 评论 0原文

我是 OMG DDS 的新手,我尝试运行示例 GreetingPublishingApp。我不知道我该怎么办。

DomainParticipantFactory factory =
    DomainParticipantFactory.getInstance(Bootstrap.createInstance());
DomainParticipant dp = factory.createParticipant();

I'm a fresh man to OMG DDS and I tried to run the example GreetingPublishingApp. I don't know what should I do.

DomainParticipantFactory factory =
    DomainParticipantFactory.getInstance(Bootstrap.createInstance());
DomainParticipant dp = factory.createParticipant();

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

似狗非友 2024-12-10 00:23:41

您似乎正在尝试使用新的 Java5 API,该 API 仍在开发中。仅 API 并没有什么帮助,因为它只是底层实现的一个外观。据我所知,当前没有任何实现支持新的 API,因为它尚未完成。
关于错误消息:目的是将具体实现的类放入 org.omg.dds.serviceClassName 系统属性中。

It looks like you are trying to use the new Java5 API, which is still in-progress. The API alone will not help as it is just a facade to an underlying implementation. As far as I know no current implementations support the new API, as it is not yet finished.
Regarding the error message: the intent is to put the class of the concrete implementation into the org.omg.dds.serviceClassName system property.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文