Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 gwt 客户端中有任何方法可以从服务器下载 exe 文件并在 gwt 客户端运行该 exe。
谢谢
不。
与其他 Javascript 方法相比,至少它不是特定于 GWT 的。那就是:如果有办法做到这一点,那么这就是浏览器中的一个巨大的错误和安全漏洞。您会在计算机媒体上全面阅读此内容,浏览器供应商会在数小时内修复(希望如此)。
您可以提供文件供下载并让用户执行它。但我怀疑这不是你想要的,特别是它没有在客户端 GWT 代码的上下文中运行。