How can I create a jar file that contains all necessary classes for Marvin applets?
• 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
- All other necessary classes and jar files are managed by the startserver script or batch file. Where are the classes for JSPs and Servlets?
- My application will consist of a client jar file and server jar file which share some common classes. How do I obfuscate it?
- How can I create a jar file that contains all necessary classes for Marvin applets?