RE: [xsl] PFMReader help

Subject: RE: [xsl] PFMReader help
From: "Bishop, Ryan" <Ryan.Bishop@xxxxxxxxxx>
Date: Wed, 21 Jan 2004 13:03:27 -0800
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@xxxxxxxxxxxxxxxxxxxxxx on behalf of
> J.Pietschmann
> Reply To: 	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Sent: 	Wednesday, January 21, 2004 12:31 PM
> To: 	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> 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


Current Thread