I'm a beginner in Google Web Toolkit, and tried to implement
StockWatcher from Google Web Toolkit Tutorial. After generate
StockWatcher-shell and run it, I was complained about:
===========================================
** Unable to load Mozilla for hosted mode **
java.lang.UnsatisfiedLinkError: /home/eric/gwt/mozilla-1.7.12/
libxpcom.so: libstdc++.so.5: cannot open shared object file: No such
file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1005)
at com.google.gwt.dev.shell.moz.MozillaInstall.load
(MozillaInstall.java:190)
at com.google.gwt.dev.BootStrapPlatform.init(BootStrapPlatform.java:
49)
at com.google.gwt.dev.GWTShell.main(GWTShell.java:354)
===========================================
I run it on Ubuntu 8.10, My Java version is:
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
Anybody can advise?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---