You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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 andJChemPaintEditorApplet
which is missing does work???Also
JChemPaintEditorApplet
checksum is missing in manifest and JChemPaintEditorApplet while that of the viewer applet is there.The text was updated successfully, but these errors were encountered: