[Bug 3621] New: Can't run java applet on alpine

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sat Aug 25 20:32:35 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3621

            Bug ID: 3621
           Summary: Can't run java applet on alpine
           Product: IcedTea
           Version: 3.8.0
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: alex.hha at gmail.com
                CC: unassigned at icedtea.classpath.org

Hello,

I have to use java plugin to work with old web client. But it seems the plugin
doesn't work correctly on alpine. I use the following docker image

FROM openjdk:8-jre-alpine3.8

ENV TERM=xterm

RUN apk update \
    && apk add firefox-esr \
       icedtea-web-mozilla \
       libcanberra-gtk2 \
       libcanberra-gtk3 \
       ttf-ubuntu-font-family \
       ttf-liberation \
       ttf-dejavu \
       gnome-icon-theme \
       hicolor-icon-theme \
       mate-icon-theme \
    && mkdir /otp

RUN useradd firefox -s /bin/bash -m -d /otp/firefox/ \
    && mkdir -p /otp/firefox/.mozilla/plugins \
    && cd /otp/firefox/.mozilla/plugins \
    && ln -s /usr/lib/jvm/java-1.8-openjdk/lib/IcedTeaPlugin.so libnpjp2.so \
    && chown -R firefox:firefox /otp/firefox/

WORKDIR /otp/firefox/
USER firefox


But when I open http://www.java.com/en/download/installed.jsp?detect=jre - I
get the following error in the console

openjdk version "1.8.0_171"
OpenJDK Runtime Environment (IcedTea 3.8.0) (Alpine 8.171.11-r0)
OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode)
Error: Could not find or load main class sun.applet.PluginMain

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180825/a1380049/attachment.html>


More information about the distro-pkg-dev mailing list