Hi again,

I've made some more research and got lost even more.

I've tried to mix up Linux 64 bit and Windows to find what exactly is
wrong.
First try was to run Development Mode on my Eclipse on Linux 64bit and
to run given URL on Windows Firefox. Without usage of ClientBundle it
works fine but with it everything fails like before.

Another try was opposite: Windows Eclipse and Firefox on 64bit Linux.
And to my surprise it worked both time.

So there is a problem on running Eclipse Development Mode on Linux
64bit.

I've even tried to run on alternate 32bit JRE on same platform but with
no success.

Any ideas how can I get around this?

It's really hard to write anything with constant need to compile whole
project.

Best regards
        Mariusz Goch


Dnia 2010-01-18, pon o godzinie 16:18 +0100, Mariusz Goch (pH4Lk0n)
pisze:
> Hello, 
> 
> Sometime ago I posted to this group a problem with MenuBar Resources.
> Unfortunately I didn't get any solution for this problem so I looked
> around since.
> Today I've made unpleasant discovery. It all works on Windows.
> I never thought it before so I need to add that I use Linux 64bit
> platform and Firefox.
> 
> I tried testing some more so I created new default GWT project and add
> one simple ClientBudle interface:
> 
> public interface MyResources extends ClientBundle, MenuBar.Resources {
>   public static final MyResources INSTANCE
>       = GWT.create(MyResources.class);
> 
>   @Source("right.png")
>   ImageResource menuBarSubMenuIcon();
> }
> 
> I don't even need to use this resource. It fails on GWT.create() with
> exception:
> 
> java.lang.RuntimeException: Deferred binding failed for
> 'com.test.client.Test$MyResources' (did you forget to inherit a required
> module?)
> 
> After compiling project it works fine but not on DeveloperMode.
> 
> I checked on Windows version on the same version of firefox and the same
> version of Developer Plugin for it and it works fine on DeveloperMode.
> 
> What can I do know?
> Any temporary solution (switching to Windows is not an option)?
> Should I report this problem somewhere or it's already known?
> Best regards
>       Mariusz Goch
> 
> 
-- 
Mariusz Goch (pH4Lk0n) <[email protected]>

-- 
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