xsl-list
[Top] [All Lists]

RE: PFMReader help

2004-01-21 14:03:27
yeah no luck at all. i get the same error as the first try

i typed: java -cp {fullpaths to all .jar files}
org.apache.fop.fonts.apps.PFMReader {fullpath to pfm file} newfont.xml

returned: Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/avalon/framework/logger/AbstractLogEnabled        at 
java.lang.ClassLoader.defineClass0(Native Method)

i should be able to type : java org.apache.fop.fonts.apps.PFMReader 
to know if the PFMReader is working... correct?

also tells me 
Usage: java [-options] class [args...]           (to execute a class)   or  
java -jar [-options] jarfile [args...]           (to execute a jar file)
where exactly is the PFMReader? i should be able to access it with 

thanks again
ryan





----------
From:         owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com on 
behalf of
J.Pietschmann
Reply To:     xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Sent:         Wednesday, January 21, 2004 12:31 PM
To:   xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:      Re: [xsl] PFMReader help

Bishop, Ryan wrote:
java -jar -cp {with full complete paths to all the jar files}
and return: Exception in thread "main" java.util.zip.ZipException: No
such
file or directory        at java.util.zip.ZipFile.open(Native Method)

The -jar flag requires an argument, which causes the exception. There
is no prepared jar for the reader, so try again without the -jar flag.
Don't forget to add the org.apache.fop.fonts.apps.PFMReader and the
command line flags.

J.Pietschmann

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>