Just installed Debian 4.0 (etch) on my laptop (clean net install) and fixed all my development environment there. But surprisingly I found that none of the gwt sample application, and my gwt applications were running on the bundled hosted browser provided with GWT. I was getting an error relating to: java.lang.UnsatisfiedLinkError .
The following two commands solved the problem. May be helpful for someone else searching for solution.
apt-get install libstdc++5
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/gwt-linux-1.3.3/mozilla-1.7.12







Thank you, this was helpful for me!
Comment by Hangya — April 30, 2007 @ 8:53 pm |
Hello,
could you please describe this more detailed ?
I’ve done exactly what you’ve described here,
but it didn’t work..
I’m new to debian, but I liked it A LOT and would like to work with GWT under it rather than under windows..
thanks in advance,
my best regards, Dorin
Comment by Dorin — July 13, 2007 @ 5:32 am |
Hi, I did exactly what you’ve told. And now my host bowser can be started, however, the content of the web page can not be displayed. I don’t know how to fix it.
Comment by andrew — August 12, 2007 @ 12:20 pm |
This is very nice and informative post. I have bookmarked your site in order to find out your post in the future.
Comment by Only For Kids — August 17, 2007 @ 1:36 am |