LoneWolf schrieb: > But I got this exception: > java.lang.UnsatisfiedLinkError: /media/sda4/Frameworks/gwt- > linux-1.4.61/mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open > shared object file: No such file or directory
What's mysterious about this error-message? The shared library libstdc++.so.5 can't be found, i.e. you have to install it. > Any ideas? Install the library. Ubuntu should provide some kind of package-manager to do this (I use SuSE, so I can't tell in detail how to do this. Look for Standard C++ Library Version 5. It's possible that other libraries are missing as well, you can check in advance by entering ldd /media/sda4/Frameworks/gwt-linux-1.4.61/mozilla-1.7.12/libxpcom.so or just wait for the next error-message coming up after the install of beforementioned library. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
