A couple things:

   - You don't need to establish such an Eclipse -> browser link for GWT.
   Eclipse has a lot of web development framework you don't need for developing
   w/ GWT.
   - For versions of GWT < 2.0, you test your compiled code in any of the
   Linux browsers. This means deploying and serving the JavaScript in response
   to an HTTP request. That is a step that you ordinarily don't do while in the
   code->compile->debug loop. You don't need Eclipse Web development for this.
   Simply compile the code in GWT, deploy it to a web server, start your
   browser outside Eclipse, navigate to the URL.
   - You don't say which GWT version you're using. For anything < 2.0, GWT
   provides its own browser for Linux. It's a standalone version of FireFox
   packaged for embedded development in tools like GWT called "XULRunner".
   Please note that this hosted mode browser is what you will use most when
   developing GWT code. GWT is designed to test your application before it's
   compiled; which means that you won't use a standalone browser while testing
   your application (for GWT < 2.0)
   - The upshot is that what you're trying to do probably isn't what you
   want


On Sun, Nov 29, 2009 at 4:12 PM, Mary-Anne Wolf <mgw...@comcast.net> wrote:

> I am trying to get some existing GWT code to work
> in hosted mode within Eclipse 3.4
> on Gentoo Linux on i686 hardware.
>
> I tried adding /usr/lib/mozilla-firefox into mozilla-hosted-
> browser.conf
> and I get the error
> ** Unable to find a usable Mozilla install  **
>
> I tried adding /usr/bin/konqueror
> and got the same result.
>
> So I found discussion from 2007 which says GWT refuses to work
> on Linux with Firefox.  Okay.  I am flexible.
>
> What browser should I use?
> Where do I get it from?
>
> It is possible that I need to set something
> so that the mozilla-hosted-browser file
> will be found.  The code I am trying to make
> work only has one copy of it, so I am guessing
> I do not need to move the file.
>
> I am finding discussions of doing GWT on 64 bit linux,
> so I know SOMEBODY has gotten this to work.
>
> Thanks.
>
> Mary-Anne
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to