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"?

Try using the sourcepath option:

  javac -sourcepath the.jar class.java

Don't now if it will work, it's what I'd try first.

> 
>    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. ?

You have to use the "-f jarfile" option.  "jar -tf xerces.jar"
will do it.  Otherwise it will be reading STDIN, as you surmised.

> 
>    I am trying to use the Apache Xerces SAX classes. Any help
>     would be greatly appreciated!

I can't help with this one.

> 
> 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]
> 

-- 
------------------------------------------------------------------------



--
Joi Ellis                    Software Engineer
Aravox Technologies          [EMAIL PROTECTED], [EMAIL PROTECTED]

No matter what we think of Linux versus FreeBSD, etc., the one thing I
really like about Linux is that it has Microsoft worried.  Anything
that kicks a monopoly in the pants has got to be good for something.
           - Chris Johnson


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

Reply via email to