Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viewer Applet does not Work #176

Open
kienerj opened this issue May 24, 2013 · 0 comments
Open

Viewer Applet does not Work #176

kienerj opened this issue May 24, 2013 · 0 comments

Comments

@kienerj
Copy link

kienerj commented May 24, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant