The clue is "libstdc++.so.5: cannot open shared object file: No such file or directory"
Try googling this along with "apt-get". 9.10 switched from stdc5 to stdc6, so you need to install the legacy stdc5 package. It's a common "problem" with 9.10 and nothing to do with Eclipse or GAE On Mon, Nov 9, 2009 at 5:08 AM, Iqbal Yusuf Dipu <[email protected]>wrote: > > I'm a total newbi as far as Ubuntu/Linux is concern. I'm using Ubuntu > 9.10, Eclipse 3.5 and having the problem as mentioned above even > though I've set my environment as > > export GDK_NATIVE_WINDOWS=1 > > ** Unable to load Mozilla for hosted mode ** > java.lang.UnsatisfiedLinkError: /home/iyusuf/bin/packages/eclipse3.5/ > plugins/com.google.gwt.eclipse.sdkbundle.linux_1.7.1.v200909221731/gwt- > linux-1.7.1/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:1003) > at com.google.gwt.dev.shell.moz.MozillaInstall.load > (MozillaInstall.java:190) > at com.google.gwt.dev.BootStrapPlatform.initHostedMode > (BootStrapPlatform.java:53) > at com.google.gwt.dev.HostedModeBase.<init>(HostedModeBase.java:362) > at > com.google.gwt.dev.SwtHostedModeBase.<init>(SwtHostedModeBase.java: > 127) > at com.google.gwt.dev.HostedMode.<init>(HostedMode.java:271) > at com.google.gwt.dev.HostedMode.main(HostedMode.java:230) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
