User 08b9c685a6
07-06-2012 04:33:55
Hello,
I am trying to use the instructions on how to embed marvin and use the submit button that is read for display-result.jsp to create a resulting file or text to put into a database. However, when we try to use the javascript, its saying there's a syntax error in the import"..." section on the top of the file. It cannot read the chemaxon.common.util ... because the path does not exist. This is the line in display-result.jsp that I'm getting an error is:
<%@page import="java.io.*,chemaxon.common.util.Base64InputStream,java.util.zip.GZIPInputStream"%>
<%
Any suggestions of fix?