![]() |
| ||
| Cannot find symbol, Constructor... Hi people I'm new to posting here so sorry if I get the code wrapping thing wrong Bascially I think I'm having a heirachy problem and its probably really obvious. This is the the class with the error. The top line gives me an error saying cannot find symbol, constructor Something(). public class ExecutionStackDemo extends Something and this is the class I'm trying to refer to.. public class Something Hope this comes out properly. Would be thankful for any help :) |
| ||
| Re: Cannot find symbol, Constructor... I don't know if I'm right, but I think it's because you've not defined a constructor for ExeccutionStackDemo. IIRC, the default constructor in Java is something like Classname() { and since Something doesn't have a blank constructor, the default one in ExecutionStackDemo is screwing up. Why do you need the extends clause though? It's not like ESD is at all related to Something... |
| All times are GMT -4. The time now is 11:24 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC