Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!nuzba.szn.dk!news.szn.dk!pnx.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Date: Mon, 05 Sep 2011 22:04:20 -0400 From: =?ISO-8859-1?Q?Arne_Vajh=F8j?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: Axis2 and Eclipse References: <28f01638-1f26-4fa1-8eab-f89a41ff43f0@1g2000vbu.googlegroups.com> In-Reply-To: <28f01638-1f26-4fa1-8eab-f89a41ff43f0@1g2000vbu.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Lines: 14 Message-ID: <4e657fb0$0$304$14726298@news.sunsite.dk> Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 72.192.23.141 X-Trace: news.sunsite.dk DXC=M`<`d[18^aMVnOf_b8;8fofE@[ad1 X-Complaints-To: staff@sunsite.dk Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7608 On 8/29/2011 7:32 PM, Sam Takoy wrote: > I just downloaded Axis2 and want to write java code in eclipse that > uses it. I need classes in org.apache.axis2.*. How do I find out in > which of the 60 jar files in lib/ are the relevant classes located? Usually you can detect it from the name of the jar files. And you can verify by listing the content of the jar files. There are also many scripting and Java programming solutions. Arne