You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Mark Richman <mr...@ispchannel.com> on 2001/03/06 20:58:53 UTC

Re: RE: compiler woes (THANKS!!!)

Thanks guys.  I can't believe I am so stupid.  They should
revoke my Java Certification for that one!

- Mark

> You might try declaring the constructor as:
>   public TestCC(String sometext) {
>   }
> 
> 
> -----Original Message-----
> From: Mark Richman [mailto:mrichman@ispchannel.com]
> Sent: Tuesday, March 06, 2001 11:09 AM
> To: soap-user@xml.apache.org
> Subject: compiler woes
> 
> 
> what am I missing here????
> 
> // TestCC.java
> 
> public class TestCC {
> 
>   public void TestCC(String sometext) {
>   }
> 
>   public static void main(String[] args) {
>     TestCC tcc = new TestCC(args[0]);
>   }
> }
> 
> TestCC.java:10: cannot resolve symbol
> symbol  : constructor TestCC  (java.lang.String)
> location: class TestCC
>     TestCC tcc = new TestCC(args[0]);
> 
> Thanks,
> Mark
> 


-- 
Mark A. Richman 
Empire Software, Inc.
Expert Software Development & Consulting 
  
+ Internet/Intranet/Extranet 
+ E-Commerce & B2B 
+ Java, C/C++, Visual Basic 
+ XML, SOAP, and Web Services 
+ Linux & Open-Source Solutions 
+ Database Applications 
+ ...and MUCH more! 

http://www.empsoft.com
mark@empsoft.com
954-234-9049