Hi,
I'm also using Linux 64bit with GWT 2.0 but it's now so trouble-free.
Have you used ClientBundle or MenuBar?
I cannot make it work on Developer Mode but it works fine after
compilation.
Can you try to make a new test project and just add this interface:
public interface MyResources extends ClientBundle, MenuBar.Resources {
public static final MyResources INSTANCE =
GWT.create(MyResources.class);
@Source("right.png")
ImageResource menuBarSubMenuIcon();
}
Of course you'll need to add right.png to directory with this test
class.
Eventually can you try to add a simple MenuBar:
MenuBar menu = new MenuBar();
It doesn't even need to be displayed to fail on DeveloperMode.
At least that's the situation on my machine.
Best regards
Mariusz Goch
Dnia 2010-01-17, nie o godzinie 23:36 -0800, Ewald Pankratz pisze:
> I work with ubuntu 9.10 and GWT 2.0 and eclipse 3.5 on Linux 64 bit
> without problems.
>
>
> On Jan 15, 2:16 pm, "Hamlet D'Arcy" <[email protected]> wrote:
> > GWT Development Mode is not running for me using 64-bit Linux and
> > IntellJ IDEA. I see there are some other threads and bug reports
> > already for this issue, however they are either marked stale or
> > predate the 2.0 release. The directions attached all include
> > instructions that are no longer relevant with the 2.0 release.
> >
> > Does anyone have directions on how to get 64-bit Linux and GWT
> > Development Mode running, preferably in IntelliJ IDEA?
--
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.