Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I create a jar file that contains all necessary classes for Marvin applets?

0
Posted

How can I create a jar file that contains all necessary classes for Marvin applets?

0

• Create jmarvin.jar The following jar files should not be modified because they are signed jars. If you do so, the modified jar is no longer signed. • Download and unpack marvin-bin-5.0.0alpha12.tar.gz or marvin-bin-5.0.0alpha12.zip. • Create a new directory: marvintmp • Unzip jmarvin.jar and every jar file from sjars directory and its subdirectories to the new directory: unzip -o jmarvin.jar -d marvintmp unzip -o sjars/abbrevgroupexport.jar -d marvintmp unzip -o sjars/batik-core.jar -d marvintmp unzip -o sjars/clean2d.jar -d marvintmp … • Change location to the new directory and create a new jar file: cd marvintmp zip jmarvin.jar * Note: If you do not need SVG export, sjars/batik-core.jar can be skipped.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123