Missing class objects in 5.11.2

User 8688ffe688

18-10-2012 23:30:33

Found a couple of bugs with marvinbeans download files (cross platform package without installer and signed versions of jar files for Marvin Beans)



This is for version 5.11.2 MarvinBeans.

ChemAxon 7c2d26e5cf

19-10-2012 10:36:35

Indeed, the Marvin Beans jnlp files a bit deprecated in the current release.


Please modify following lines in your copy of the jnlp files to be uptodate:


Old: <jar href="lib/fontbox-1.7.jar"/> New: <jar href="lib/fontbox-1.7.1.jar"/>


Old: <jar href="lib/pdfbox-1.7.jar"/> New: <jar href="lib/pdfbox-1.7.1.jar"/>


Old:


<jar href="lib/MarvinBeans.jar" main="true"/>


New:


<jar href="lib/MarvinBeans.jar" main="true"/>
<jar href="lib/chemaxon-core.jar" main=true"/>


 


In next release, the updated jnlp files will be available.