I am trying to run a GWT application with the hosted mode in Eclipse
(In Ubuntu) but I am getting the following errors when attempting to
it. Please look at it and give me a suggestion how to overcome it.


** Unable to load Mozilla for hosted mode **
java.lang.UnsatisfiedLinkError: /home/zaloni/Dhiraj/GWT/gwt-
linux-1.7.0/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:
98)
        at com.google.gwt.dev.HostedMode.<init>(HostedMode.java:271)
        at com.google.gwt.dev.HostedMode.main(HostedMode.java:230)

When I checked my system I have found libstdc++6 installed in my
system, so I tried to install the libstdc++5 by using the following
command

       apt-get install libstdc++5

But then I found the following problem

   r...@zaloni-desktop:/home/zaloni# apt-get install libstdc++5
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Package libstdc++5 is not available, but is referred to by
another package.
      This may mean that the package is missing, has been obsoleted,
or
      is only available from another source
      E: Package libstdc++5 has no installation candidate
   r...@zaloni-desktop:/home/zaloni#

-- 
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.

Reply via email to