  | |  | Apache Axis Tutorial | Apache Axis Tutorial 2003-12-10 - By Yves
Back I don't know what's going on, nothing seems to be helping... I've got all the classpath & path variables set (in XP). Come to think of it, I was able to compile another thing with javac, so I don't think there's a problem on that end....
Xavier Renard <Xavier.Renard@(protected)> wrote:-- --BEGIN PGP SIGNED MESSAGE-- -- Hash: SHA1
Dhanush Gopinath wrote: | | PATH=C:\j2sdk1.4.1_06\bin;%PATH% | | set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\axis.jar | set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\axis-ant.jar | set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\commons-discovery.jar | set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\commons-logging.jar | set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\jaxrpc.jar | set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\log4j-1.2.8.jar | set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\saaj.jar | set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\wsdl4j.jar | | set CLASSPATH=%CLASSPATH%;D:\Web Services | Trials\jakarta-tomcat-4.1.17\common\lib\servlet.jar | | set CLASSPATH=%CLASSPATH%;C:\AxisDemos | Hi | My PATH and CLASSPATH | | C:\AxisDemos => Is my working directiry.. It contains the Client class | and the package which includes the 4 files | C:\AXIS\axis-1_1 => is Axis_home | | My 2 cents: I would put the . in the PATH
and for the last line, i would add a backslash at the end so set PATH=.;%PATH%
and
set CLASSPATH=%CLASSPATH%;C:\AxisDemos\
Xavier
-- ---- ---- ---- ---- ---- ----- Do You Yahoo!? -- Avec Yahoo! soyez au coeur de la r?colte de dons pour le T?l ?thon. <DIV>I don't know what's going on, nothing seems to be helping... I've got all the classpath & path variables set (in XP). Come to think of it, I was able to compile another thing with javac, so I don't think there's a problem on that end....<BR><BR><B><I>Xavier Renard <Xavier.Renard@(protected)></I></B> wrote: <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER -LEFT: #1010ff 2px solid">-- --BEGIN PGP SIGNED MESSAGE-- --<BR>Hash: SHA1<BR> <BR>Dhanush Gopinath wrote:<BR>|<BR>| PATH=C:\j2sdk1.4.1_06\bin;%PATH%<BR>|<BR>| set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\axis.jar<BR>| set CLASSPATH= %CLASSPATH%;C:\AXIS\axis-1_1\lib\axis-ant.jar<BR>| set CLASSPATH=%CLASSPATH%;C: \AXIS\axis-1_1\lib\commons-discovery.jar<BR>| set CLASSPATH=%CLASSPATH%;C:\AXIS \axis-1_1\lib\commons-logging.jar<BR>| set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1 _1\lib\jaxrpc.jar<BR>| set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\log4j-1.2 .8.jar<BR>| set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\saaj.jar<BR>| set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\wsdl4j.jar<BR>|<BR>| set CLASSPATH= %CLASSPATH%;D:\Web Services<BR>| Trials\jakarta-tomcat-4.1.17\common\lib\servlet .jar<BR>|<BR>| set CLASSPATH=%CLASSPATH%;C:\AxisDemos<BR>| Hi<BR>| My PATH and CLASSPATH<BR>|<BR>| C:\AxisDemos => Is my working directiry.. It contains the Client class<BR>| and the package which includes the 4 files<BR>| C:\AXIS\axis-1_1 => is Axis_home<BR>|<BR>|<BR>My 2 cents: <BR>I would put the . in the PATH<BR><BR>and for the last line, i would add a backslash at the end<BR>so<BR>set PATH=.;%PATH%<BR><BR>and<BR><BR>set CLASSPATH =%CLASSPATH%;C:\AxisDemos\<BR><BR>Xavier<BR><mailto:boxingstar@(protected)><mailto :axis-user@(protected)></BLOCKQUOTE></DIV></mailto:axis-user@(protected)>< /mailto:boxingstar@(protected)><p><br><hr size=1>Do You Yahoo!? -- Avec Yahoo! soyez au coeur de la r?colte de dons pour le <a href=http://fr.promotions.yahoo.com/caritatif/>T?l?thon</a>.
|
|
 |