Is IcedTea's Java browser plugin (OpenJDK browser java plugin) for windows available?
- Aug 19, 2016 3 simple steps to enable Java plugin in Firefox browser. Open Firefox browser 2. Tools - Add ons 3. In left side bar click on 'Plugins' 4. Java Applet Plug-in - Always activate.
- Starting with Java 8 Update 20 (8u20), on Windows systems, the Java Uninstall Tool is integrated with the installer to provide an option to remove older versions of Java from the system. The change is applicable to 32 bit and 64 bit Windows platforms. Notifications about disabled Java and restoring prompts.
Click Java (TM) Platform plugin (Windows) or Java Applet Plug-in (Mac OS X) to select it; Check that the option selected is Ask to Activate or Always Activate or on older Firefox versions, click on the Enable button (if the button says Disable, Java is already enabled) Safari.
I googled, but couldn't find any windows installer for the same.
I tried Zulu, but it seems zulu is not providing browser plugin for Java.
Java-DKJava-DK1 Answer
IcedTea-Web devs provide binary builds at 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. 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).
If you are using the MSI build, the program should install to C:Program FilesIcedTeaWebWebStartbin
. Go there and you can see javaws.exe
(or a .bat
), basically the javaws
command you see elsewhere. Have it open a file with javaws --jnlp FILE
, or javaws FILE
. You should be able to associate it to the JNLP file type manually.
For other things to do including the config, see 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. For now just do it with an extra MSI file.