ben fenster schrieb: > i know !!! So why do you try to create a subclass of an interface?
> but when i try to implement it Implement != subclass. > and the compile it i get a general > error saying my main module cant be loaded You try to compile it for deployment or are we talking about the hosted mode? if the latter, what's the error-message showing up in the details-pane if you click on the main-entry > so baby ! show me any class you create that inherites from List and of > course compile it ! I come to the impression that you think that I'm some kind of support-guy you have the right to use for free. That's not the case, so please work on your way of asking questions: - Don't use exclamation and question marks excessively - Give as much information as possible to be able to reproduce or at least understand your problem - Don't forget: It's you, who want to be helped, so ask in a way motivating as much people as possible to help you. I never needed to create a new implementation of java.util.List but alway use ArrayList for the client side of the application. Most likely java.util.List is not part of the client JRE that is converted to Javascript leading to the error (but that's just a guess, the error-message in the details-pane should clearify that). Regards, Lothar -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
