On Mon, 4 Sep 2000, Bill Halchin wrote:

> Hello,
> 
>    1) Can the javac compler extract classes from .jar files if
>          these files are in CLASS_PATH or must I "unjar"?

yes, i.e.

CLASSPATH=some/dir/classes:other/dir/xerces.jar

> 
>    2) I tried "jar -t xerces.jar" and the jar utility seems to be
>          waiting for more from StdIn?? I also tried "jar -x
>          xerces.jar" with the same results. ?
> 

type jar without any arguments to see the syntax to the tool (it's very
simple). What you want to do appears to be:

jar tf xerces.jar

The f argument signifies a file specification.

> 
>    I am trying to use the Apache Xerces SAX classes. Any help
>     would be greatly appreciated!
> 
> Thanks,
> 
> Bill Halchin
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> Share information about yourself, create your own public profile at 
> http://profiles.msn.com.
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to