display-result.jsp problems

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?

ChemAxon 7c2d26e5cf

07-06-2012 09:12:41

I assume that the jars of the Marvin Beans API are missing from the classpath of your servlet container.


Please check that your servlet container configured properly and all jars from the Marvin Beans package are available for JSPs. Consult with the manual of the servlet container how to add external jars.