Hi,

Seems to me u have compile errors...not eclipse but GWT..
maybe u are using some libs that are not supported by GWT...
Check yr imports...


On Fri, Sep 17, 2010 at 7:36 PM, ziv <[email protected]> wrote:

> hey everybody,
>
> I am new to gwt programing, and I could really use some help..
> I have been writing a GWT application with eclipse. I have a GMN.JAVA that
> has
> a class that I created. and I keep getting this error, what is the problem
> here?
> a little about my hierchy:
> GMN/src/com/gmn/ui/client/GMN.java
> GMN/src/com/gmn/ui/server/GMNworld.java
>
> my XML file: GMN/src/com/ui/GMN.gwt.xml
>
> <?xml version="1.0" encoding="UTF-8"?>
> <module rename-to='GMN'>
>  <!-- Inherit the core Web Toolkit stuff.                        -->
>  <inherits name='com.google.gwt.user.User'/>
>
>  <!-- Inherit the default GWT style sheet.  You can change       -->
>  <!-- the theme of your GWT application by uncommenting          -->
>  <!-- any one of the following lines.                            -->
>  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
>  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
>  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
>
>  <!-- Other module inherits                                      -->
>
>
>  <!-- Specify the app entry point class.                         -->
>  <entry-point class='com.gmn.ui.client.GMN'/>
>
>  <!-- Specify the paths for translatable code                    -->
>  <source path='client'/>
>  <source path='server'/>
>  <source path='shared'/>
>
> </module>
>
>
> HELP!!
>
> --
> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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=en.

Reply via email to