使用 Visual Basic 的 Java Applet 接口

发布于 2024-08-29 03:10:33 字数 91 浏览 2 评论 0原文

您能给我指点有关使用 Visual Basic 访问 Java applet 中的数据的参考吗?我需要对我正在从事的项目是否可行进行一些研究,但很难找到任何信息。谢谢。

Can you point me to a reference on accessing data in a Java applet using Visual Basic? I need to do some research on whether or not it is feasible for the project I am working on, but it has been difficult to find any information. Thanks.

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

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

发布评论

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

评论(1

扮仙女 2024-09-05 03:10:33

您最好的方法可能是使用 ComfyJ 之类的东西创建一个用 Java 编写的 COM 对象,以便您的 VB.NET 应用程序可以使用它。

ComfyJ 功能

这是一个商业解决方案,但除非你有 Java应用程序将其数据序列化为 XML 或 JSON,然后使用 .NET 读回数据...我认为这是唯一的方法。

我还发现 jnBridge 这是一个 Java 到 .NET 的桥梁,可能也有帮助。看起来它可以使用不同的方法(例如共享内存到二进制序列化)来实现您的目标。

Your best be will probably be to use something like ComfyJ to create a COM object written in Java so that your VB.NET app can utilize it.

ComfyJ Features

It's a commercial solution, but unless you have your Java application serialize its data to XML or JSON and then read the data back in using .NET...I think it's the only way to go.

I also found jnBridge which is a Java to .NET bridge that might help as well. It looks like it can use different methods like Shared Memory to Binary Serialization to accomplish your goal.

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