从 javascript 访问 .jar 文件中的方法

发布于 2024-11-15 23:42:24 字数 115 浏览 0 评论 0原文

我需要访问位于服务器中的 api(例如 xyz-api.jar)中的方法。在我的 javascript 函数中,我应该如何继续?

我们不能在这里使用 servlet,因为无法访问服务器。 提前致谢!

I need to access a method in an api say xyz-api.jar located in a server. inside my javascript function, how should i proceed?

We cannot use servlets here as there is no access to the server.
Thanks in advance!

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

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

发布评论

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

评论(2

丑疤怪 2024-11-22 23:42:24

使用Applet和RMI与服务器交互并在JavaScript中调用Applet方法!

这是一个与 http://www.codestore.net/store 搭配使用的小示例

。 nsf/unid/DOMM-4U8FM6

Use Applets and RMI to interact with server and call the applet methods in javascript !

Here's a small example to go with

http://www.codestore.net/store.nsf/unid/DOMM-4U8FM6

绾颜 2024-11-22 23:42:24

我认为如果没有 servlet/jsp 或其他服务器端代码,您无法从 javascript 代码访问 java 对象方法。

I don't think you can access the java object method from javascript code without a servlet/jsp or other server-side codes.

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