Re: "Unique" classpath problem

2004-04-26 Thread Tom Myers
Pridemore, Russell (MAN-Corporate) wrote: To find a class in a jar, try "unzip -l whatever.jar | grep AdminClient". In this case, it resides in axis.jar, as expected. Trivial note 1: I do that kind of search a lot and the unzip is not really needed, because filenames in a jar are not compressed, so

RE: "Unique" classpath problem

2004-04-26 Thread Pridemore, Russell (MAN-Corporate)
" from your shell and you should be all set. Russ -Original Message- From: shaun lim [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 12:10 AM To: [EMAIL PROTECTED] Subject: Re: "Unique" classpath problem Thanks all your replies! Er, Considering that I don't e

Re: "Unique" classpath problem

2004-04-26 Thread shaun lim
Considering that I > don't > even know where the AdminClient class resides .. > maybe its not even compiled.. > > How do i go about compiling it? > > and whats the syntax for setting variables in > .bashrc? > I tried "set" and "alias" to no avail.. &

Re: "Unique" classpath problem

2004-04-25 Thread shaun lim
Thanks all your replies! Er, Considering that I don't even know where the AdminClient class resides .. maybe its not even compiled.. How do i go about compiling it? and whats the syntax for setting variables in .bashrc? I tried "set" and "alias" to no avail.. maybe it

Re: "Unique" classpath problem

2004-04-24 Thread mshetye1
oClassDefFoundError," and your > second > message reported "Unrecognized option: -l Could not create the Java > virtual > machine." Are you still getting both errors? The former looks like a > classpath problem, but the latter does not. > > You say that you can'

Re: "Unique" classpath problem

2004-04-24 Thread Mark Leone
nd message reported "Unrecognized option: -l Could not create the Java virtual machine." Are you still getting both errors? The former looks like a classpath problem, but the latter does not. You say that you can't echo the $AXIS_Home directory. What is your $Home variable set to, since it

Re: "Unique" classpath problem

2004-04-24 Thread shaun lim
un lim <[EMAIL PROTECTED]>>Reply-To: [EMAIL PROTECTED]>To: [EMAIL PROTECTED]>Subject: Re: "Unique" classpath problem>Date: Fri, 23 Apr 2004 21:44:17 -0700 (PDT)>>oops im sorry i left out the "deploy.wsdd">>its supposed to be:>>When i try:>[

Re: "Unique" classpath problem

2004-04-24 Thread Mark Leone
Are you typing -1 (dash ) or -l (dash ) for the option? They look identical in some fonts. Looks like your message is related to the option you specifed and not the classpath. From: shaun lim <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: "Unique

Re: "Unique" classpath problem

2004-04-23 Thread shaun lim
oops im sorry i left out the "deploy.wsdd"   its supposed to be:   When i try:[EMAIL PROTECTED] stock]$ java -cp $AXISCLASSPATHorg.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsddI get:Unrecognized option: -lCould not create the Java virtual machine.  

"Unique" classpath problem

2004-04-23 Thread shaun lim
Hi guys, maybe its the fact that im a newbie to both linux and axis, but no one else seems to be having my kind of classpath problems. Please help if you can =) Here goes, I installed axis 1.1 on tomcat4.06 that comes with NetBeans 3.5.1 by copying the axis-1_1/webapps/axis folder to my tomcat we

classpath problem

2003-06-12 Thread Agarwal, Naresh
Hi   I am using Tomcat 4.1 for deploying my AXIS applications. When I create a AXIS application, then I should put the class and jar files in   TOMCAT_HOME\webapps\axis\WEB-INF\classes and TOMCAT_HOME\webapps\axis\WEB-INF\lib respectively.   However, I don't want to keep class and jar files

Re: classpath problem after upgrading to beta 2

2002-05-04 Thread Hui Deng
D:\Apache Tomcat 4.0\webapps\axis\WEB-INF\classes>java samples.userguide.example 3.Client "test me!" Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/encodin g/XMLType Finally figure out what happen: on the client side, now beta2 use import javax.xml.rpc.ParameterMode; i

Re: classpath problem after upgrading to beta 2

2002-05-03 Thread Lyndon Durham
Try putting the jar files that axis uses in your java sdk's jre/lib/ext folder. If your on a windows based system it will be something like c:\jdk1.3\jre\lib\ext. Copy or move the libraries(jar files) that Axis needs(they are listed in theInstallation Guide for Axis) there. To run the examples

Re: classpath problem after upgrading to beta 2

2002-05-03 Thread kristian meier
yesterday I solved a similar problem, see http://xml.apache.org/axis/faq.html#faq5 I used beta2, I never had beta1 best wishes Kristian Hui Deng wrote: > > I struggled on this for long hours, I quit and look > for help here. > After upgrading to beta2 (beta1 runs perfectly), when > I run a

classpath problem after upgrading to beta 2

2002-05-03 Thread Hui Deng
I struggled on this for long hours, I quit and look for help here. After upgrading to beta2 (beta1 runs perfectly), when I run any service like this one (or any ones working on beta 1): java samples.stock.GetQuote -lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX I got error:

RE: Classpath problem

2002-03-01 Thread Ramon Turnes
; From: Monika Solanki [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 2:38 PM > To: [EMAIL PROTECTED] > Subject: Classpath problem > > > Hi all, > > I have been desperately trying since yesterday to configure the > classpath for windows 2000 to set the path for t

Re: Classpath problem

2002-03-01 Thread Tom Myers
At 01:58 PM 3/1/2002 +, Monika Solanki wrote: >yes, I am using tomcat but which is bundled with the java webservices pack which also >has a common \lib. I want to put the axis.jar, log4-core.jar and xerces.jar in the >path. Can I put it in that directory? > >Cheers. Answer #1: try it and se

Re: Classpath problem

2002-03-01 Thread Monika Solanki
yes, I am using tomcat but which is bundled with the java webservices pack which also has a common \lib. I want to put the axis.jar, log4-core.jar and xerces.jar in the path. Can I put it in that directory? Cheers. Tom Myers wrote: [EMAIL PROTECTED]"> At 01:38 PM 3/1/2002 +, Monika Solan

Re: Classpath problem

2002-03-01 Thread Tom Myers
At 01:38 PM 3/1/2002 +, Monika Solanki wrote: >Hi all, > >I have been desperately trying since yesterday to configure the classpath for windows >2000 to set the path for the jar files. Nothing seems to work. Can someone pls >help. :-( If you're using axis, I presume you're using it wit

Classpath problem

2002-03-01 Thread Monika Solanki
Hi all, I have been desperately trying since yesterday to configure the classpath for windows 2000 to set the path for the jar files. Nothing seems to work. Can someone pls help. :-( -- >**<>**<>**<>**<>**<>**<>**<>**<>**<>**< Monika Solanki De Montfort University Software Technology Rese