简体   繁体   English

如何获取 windows 的 IcedTea 浏览器插件(OpenJDK 浏览器 java 插件)?

[英]How to get IcedTea browser plugin (OpenJDK browser java plugin) for windows?

Is IcedTea's Java browser plugin (OpenJDK browser java plugin) for windows available? IcedTea 的 Java 浏览器插件(OpenJDK 浏览器 Java 插件)适用于 Windows 吗?

I googled, but couldn't find any windows installer for the same.我用谷歌搜索,但找不到任何相同的 Windows 安装程序。

I tried Zulu, but it seems zulu is not providing browser plugin for Java.我尝试了 Zulu,但似乎 zulu 没有为 Java 提供浏览器插件。

IcedTea-Web devs provide binary builds at http://icedtea.wildebeest.org/download/icedtea-web-binaries . IcedTea-Web 开发人员在http://icedtea.wildebeest.org/download/icedtea-web-binaries提供二进制构建。 Click on the lastest version you can see, go to windows and there will be MSI and ZIP builds.单击您可以看到的最新版本,转到windows ,将会有 MSI 和 ZIP 版本。 It works well with Zulu 8(u202) for Windows from my experience, and their wiki article seems to suggest that it does work for later versions of Java (form which Oracle removed JWS).根据我的经验,它适用于 Windows 的 Zulu 8(u202),并且他们的 wiki 文章似乎表明它适用于更高版本的 Java(Oracle 删除了 JWS 的形式)。

If you are using the MSI build, the program should install to C:\\Program Files\\IcedTeaWeb\\WebStart\\bin .如果您使用 MSI 版本,程序应安装到C:\\Program Files\\IcedTeaWeb\\WebStart\\bin Go there and you can see javaws.exe (or a .bat ), basically the javaws command you see elsewhere.去那里,您可以看到javaws.exe (或.bat ),基本上是您在其他地方看到的javaws命令。 Have it open a file with javaws --jnlp FILE , or javaws FILE .让它用javaws --jnlp FILEjavaws FILE打开一个文件。 You should be able to associate it to the JNLP file type manually.您应该能够手动将其关联到 JNLP 文件类型。

For other things to do including the config, see https://icedtea.classpath.org/wiki/IcedTea-Web#End_Users .对于包括配置在内的其他事情,请参阅https://icedtea.classpath.org/wiki/IcedTea-Web#End_Users


If you are looking for a bundled installer for enterprise use, AdoptOpenJDK is planning on putting ITW in their bundle .如果您正在寻找供企业使用的捆绑安装程序, AdoptOpenJDK计划将 ITW 放入他们的捆绑包中 For now just do it with an extra MSI file.现在只需使用额外的 MSI 文件即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM