Skip to content

Viewer Applet does not Work #176

Description

@kienerj

Viewer applet does not work. i have no issue with the editor applet but when I replace

code="org.openscience.jchempaint.applet.JChemPaintEditorApplet"

with

code="org.openscience.jchempaint.applet.JChemPaintEditorApplet"

I get a ClassNotFoundException.

html:

<applet code="org.openscience.jchempaint.applet.JChemPaintViewerApplet"
        archive="/resources/JChemPaintApplet/jchempaint-applet-core.jar"
        name="Viewer"
        width="500" height="400">

    <param name="implicitHs"      value="true">
    <param name="codebase_lookup" value="false">
    <param name="image"           value="images/spinner.gif">
    <param name="centerImage"     value="true">
    <param name="boxBorder"       value="false">
    <param name="language"        value="en">
</applet>

Again, archive path is correct as Editor applet works correctly!!! The weird thing is that the referenced jar does only contain JChemPaintViewerApplet but yet that doesn't work and JChemPaintEditorApplet which is missing does work???

Also JChemPaintEditorApplet checksum is missing in manifest and JChemPaintEditorApplet while that of the viewer applet is there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions