On Tue, Jun 22, 2010 at 15:50, Eric Douglas <[email protected]> wrote: > You can view the files in a jar including classes with a jar viewer > program. A jar is just a form of compressed file like zip or rar. I > use 7-zip to view it.
Using: "jar -tvf fop-hyph.jar" I get (other languages deleted from the list): 0 Mon Apr 14 13:32:22 CDT 2008 META-INF/ 71 Mon Apr 14 13:32:22 CDT 2008 META-INF/MANIFEST.MF 0 Mon Apr 14 13:31:24 CDT 2008 hyph/ 74672 Mon Apr 14 13:25:02 CDT 2008 hyph/en_US.hyp 126340 Mon Apr 14 13:25:02 CDT 2008 hyph/en_GB.hyp 67983 Mon Apr 14 13:25:02 CDT 2008 hyph/en.hyp Using cat on the manifest file shows: Manifest-Version: 1.0 Created-By: 1.5.0_14 (Sun Microsystems Inc.) (blank line at the end) So, assuming the jar file is physically in dir "/usr/local/share/fop", should the CLASSPATH read: export CLASSPATH=/usr/local/share/fop/fop-hyph.jar or something else, i.e., how is the path inside the manifest handled? Or should I manually repack the jar file without the subdirectory "hyph"? Thanks, -Tom
