Hi Maria,
On 09/27/2018 07:00 PM, Maria Prabudass wrote:
> Hi Alex,
>
>> Browser Plugin (that allows to run Java Applets in browser) is not
> included with jdk8 MSI installers.
>
> Kindly update me which version of Openjdk MSI installers contains Browser
> Plugin(that allows to run Java Applets in browser).
No version of ojdkbuild OpenJDK MSI installers contains Browser Plugin.
>
>> Only WebStart (JNLP) applications are supported on Windows.
>
> Kindly share some usefull links to proceed further using openjdk for applet
> execution.
WebStart implementation that is included with ojdkbuild OpenJDK MSI
doesn't support applets. If that is possible (if no interaction with web
browser page is required from applet), it may be better to change the
applet application into JNLP application.
For JNLP applications, please install MSI selecting WebStart component,
then open a link to JNLP file in a web browser (both http:// and jnlp://
links are supported) or run downloaded JNLP file from Windows Explorer
(<jdk_install_dir>/webstart/javaws.exe should be automatically used as a
launcher in both cases).
You can find some examples of JNLP applications here -
https://icedtea.classpath.org/wiki/IcedTea-Web-Tests#IcedTea-Web_webstart_.28javaws.29_test_applications
--
-Alex