  | |  | Apache Axis Tutorial | Apache Axis Tutorial 2003-12-09 - By Yves
Back I'm following a tutorial for Apache Axis I found on the web, I'm at the point where I'm supposed to compile the java app but mine keeps returning errors. Here's the DOS prompt from where I tell it to compile and the errors that I get : C:\j2sdk1.4.1_05\dev>javac TaxClient.java TaxClient.java:2: package localhost does not exist import localhost.*; ^ TaxClient.java:12: cannot resolve symbol symbol : class TaxServiceService location: class TaxClient TaxServiceService service = new TaxServiceServiceLocator(); ^ TaxClient.java:12: cannot resolve symbol symbol : class TaxServiceServiceLocator location: class TaxClient TaxServiceService service = new TaxServiceServiceLocator(); ^ TaxClient.java:13: cannot resolve symbol symbol : class TaxService location: class TaxClient TaxService port = service.getTaxService(); ^ 4 errors -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ -- ---- ---- ---- ---- -- Here's the URL for the tutorial (step 5) http://www.ammai.com/modules.php?op=modload&name=Sections&file=index&req =viewarticle&artid=4&page=5
I don't think anyone checks their forums anymore. Thanks. Cheers, -Yves
-- ---- ---- ---- ---- ---- ----- Do You Yahoo!? -- Avec Yahoo! soyez au coeur de la r?colte de dons pour le T?l ?thon. <DIV>I'm following a tutorial for Apache Axis I found on the web, I'm at the point where I'm supposed to compile the java app but mine keeps returning errors. Here's the DOS prompt from where I tell it to compile and the errors that I get:</DIV> <DIV> </DIV> <DIV>C:\j2sdk1.4.1_05\dev>javac TaxClient.java <BR>TaxClient.java:2: package localhost does not exist <BR>import localhost.*; <BR>^ <BR>TaxClient.java:12: cannot resolve symbol <BR>symbol : class TaxServiceService <BR>location: class TaxClient <BR>TaxServiceService service = new TaxServiceServiceLocator(); <BR>^ <BR>TaxClient.java:12: cannot resolve symbol <BR>symbol : class TaxServiceServiceLocator <BR>location: class TaxClient <BR>TaxServiceService service = new TaxServiceServiceLocator(); <BR>^ <BR>TaxClient.java:13: cannot resolve symbol <BR>symbol : class TaxService <BR>location: class TaxClient <BR >TaxService port = service.getTaxService(); <BR>^ <BR>4 errors </DIV> <DIV>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ -- ---- ---- ---- ---- ---- --</DIV> <DIV> </DIV> <DIV>Here's the URL for the tutorial (step 5)</DIV> <DIV><A href="http://www.ammai.com/modules.php?op=modload&name=Sections& ;file=index&req=viewarticle&artid=4&page=5">http://www.ammai.com /modules.php?op=modload&name=Sections&file=index&req=viewarticle& ;artid=4&page=5</A><BR></DIV> <DIV>I don't think anyone checks their forums anymore. Thanks.</DIV> <DIV> </DIV> <DIV>Cheers,</DIV> <DIV> </DIV> <DIV>-Yves</DIV><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>.
|
|
 |