RE: How do I learn which Axis2 JARs have which classes?

2008-03-20 Thread Appasamy Thirugnana
: Thursday, March 20, 2008 21:54 To: axis-user@ws.apache.org Subject: Re: How do I learn which Axis2 JARs have which classes? The way I find which jars hold the class I need is to do a grep of the all the jar files (mind you, I'm coming from a unix backg

Re: How do I learn which Axis2 JARs have which classes?

2008-03-20 Thread Matthew Beldyk
TECTED] > > Gesendet: Freitag, 14. März 2008 19:36 > > An: 'axis-user@ws.apache.org' > > Betreff: RE: How do I learn which Axis2 JARs have which classes? > > > > > > The difficulty is in finding a file from amongst several JARs. > > (basically fo

RE: How do I learn which Axis2 JARs have which classes?

2008-03-20 Thread Matthias.Gaiser
for this. See the attached > file. > > - Nate > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Jeff Greif > Sent: Friday, March 14, 2008 10:52 AM > To: axis-user@ws.apache.org > Subject: Re: How do I learn which Axis2 JA

RE: How do I learn which Axis2 JARs have which classes?

2008-03-14 Thread Nate Roe
TECTED] On Behalf Of Jeff Greif Sent: Friday, March 14, 2008 10:52 AM To: axis-user@ws.apache.org Subject: Re: How do I learn which Axis2 JARs have which classes? Use the jar tool that comes with (Sun) java: jar tvf xxx.jar and is documented via a on the main page of the JDK documentation (under To

Re: How do I learn which Axis2 JARs have which classes?

2008-03-14 Thread Jeff Greif
o open jar files as > zip files. Not sure whether this creates a file association which helps. > > -Original Message- > From: Nate Roe [mailto:[EMAIL PROTECTED] > Sent: Friday, March 14, 2008 10:04 AM > To: 'axis-user@ws.apache.org' > Subject: RE: How do I l

RE: How do I learn which Axis2 JARs have which classes?

2008-03-14 Thread Nate Roe
4, 2008 10:17 AM To: axis-user@ws.apache.org Subject: RE: How do I learn which Axis2 JARs have which classes? I haven't hacked the registry. I have used WinZip to open jar files as zip files. Not sure whether this creates a file association which helps. -Original Message- From: N

RE: How do I learn which Axis2 JARs have which classes?

2008-03-14 Thread Kraus, David
- From: Kraus, David [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 8:57 AM To: axis-user@ws.apache.org Subject: RE: How do I learn which Axis2 JARs have which classes? Hmmm...I didn't start using this method until about a year ago. My OS is Windows XP Professional. Not sure if previous

RE: How do I learn which Axis2 JARs have which classes?

2008-03-14 Thread Nate Roe
March 14, 2008 8:57 AM To: axis-user@ws.apache.org Subject: RE: How do I learn which Axis2 JARs have which classes? Hmmm...I didn't start using this method until about a year ago. My OS is Windows XP Professional. Not sure if previous windows platforms worked in the same way when doing file se

RE: How do I learn which Axis2 JARs have which classes?

2008-03-14 Thread Kraus, David
3, 2008 10:35 PM To: axis-user@ws.apache.org Subject: RE: How do I learn which Axis2 JARs have which classes? Hi Dave I have the same doubt. I tried using your guidelines but couldn't succeed. Please guide me where i m wrong. i opened the C:\axis2\lib folder. i pressed the serach button on

RE: How do I learn which Axis2 JARs have which classes?

2008-03-13 Thread learn_n_share
files and folders" option entered "*.jar" in "all or part of filename" entered "org/apache" in "a word or phrase in the file file" "look in" to be "axis2\lib" but couldn't get the results guide me the correct way regards -- View

Re: How do I learn which Axis2 JARs have which classes?

2008-03-13 Thread MailList Ryan
When i want to know this, i extract the jar file and find in packages directly. For me it is enough, because i think here do not have too much jar files. Ryan. 2008/3/14, Nate Roe <[EMAIL PROTECTED]>: > > > I've had a recurring problem where I find it's difficult to locate exactly > which Axis2 JA

RE: How do I learn which Axis2 JARs have which classes?

2008-03-13 Thread Kraus, David
rch 13, 2008 6:24 PM To: axis-user@ws.apache.org Subject: How do I learn which Axis2 JARs have which classes? I've had a recurring problem where I find it's difficult to locate exactly which Axis2 JAR contains some class or another that I'm using. So far, I've just used a br

How do I learn which Axis2 JARs have which classes?

2008-03-13 Thread Nate Roe
I've had a recurring problem where I find it's difficult to locate exactly which Axis2 JAR contains some class or another that I'm using. So far, I've just used a brute-force approach to these dependencies: make sure that all Axis2 JARs are in the class path, and things work great. Surely, th