You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Pavlenko (JIRA)" <ji...@apache.org> on 2008/05/14 12:15:55 UTC

[jira] Updated: (HARMONY-5824) Java plugin for WEB browsers

     [ https://issues.apache.org/jira/browse/HARMONY-5824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Pavlenko updated HARMONY-5824:
-------------------------------------

    Attachment: javaplugin.zip

> Java plugin for WEB browsers
> ----------------------------
>
>                 Key: HARMONY-5824
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5824
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Contributions
>            Reporter: Andrey Pavlenko
>         Attachments: javaplugin.zip
>
>
> The attached bundle contains implementation of Java plugin for WEB-browsers. The current implementation supports Harmony, Sun-based JREs and Netscape-based browsers, but it was only tested with the Mozilla Firefox browser. 
> To build the plugin and integrate it into Mozilla please use the following instruction:
> - unzip the bundle
> - cd javaplugin
> - ant
> - copy jplugin.jar and plugin library from build\deploy\ to ~/.mozilla/plugins/ (%USERPROFILE%\Application Data\Mozilla\plugins for Windows)
> - export LD_LIBRARY_PATH=$HARMONY_HOME/bin/default:$HARMONY_HOME/bin:$LD_LIBRARY_PATH (set Path=%HARMONY_HOME%/bin/default;%HARMONY_HOME%/bin;$Path for windows)
> - run Ffirefox and type about:plugins in the address bar. New plugin named "Java plugin" should be appeared in the plugins list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.