Hi gwt_newbie, One more thing to check might be to ensure that your PATH and LD_LIBRARY_PATH are correctly set, and include an entry pointing to the GWT install directory. Also ensure there are no other versions of libswt-pi-gtk-3235.so in the LD_LIBRARY_PATH that could be potentially superseding or conflicting with the one shipped with the GWT distribution.
Hope that helps, -Sumit Chandel On Tue, Jan 27, 2009 at 6:22 AM, gwt_newbie <[email protected]> wrote: > > Thanks for your suggestions but unfortunately nothing worked. We even > tried different linux machine that has other GUI apps running. We got > same issue "Can't load library libswt-pi-gtk-3235.so". Any other > pointers? > > Many Thanks!!! > > On Jan 25, 10:38 am, Daniel Wellman <[email protected]> wrote: > > See this thread for more information on using Xvfb and/or awt.headless > > mode: > > > > http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... > > > > On Jan 17, 3:24 pm, "Arthur Kalmenson" <[email protected]> wrote: > > > > > > > > > I remember having a similar problem a while back. I think I had to > > > install some additional libraries to get it to work. Make sure you > > > have GTK libraries installed. > > > > > -- > > > Arthur Kalmenson > > > > > On Thu, Jan 15, 2009 at 12:06 PM, gwt_newbie <[email protected]> > wrote: > > > > > > I am trying to runGWTTestCaseonLinuxbut it is failing with > > > > following error. > > > > > > Can't load library: /home/acwguibuild/web_ui_patriots_nightly_build/ > > > > gui/web_gui/lib/libswt-pi-gtk-3235.so > > > > > > I have gone through the forum to find solution but nothing helped so > > > > far. We havelinux32-bit and JVM 32-bit so no 64-bit issue here. I > > > > made sure I have required gwt libs forlinuxin the classpath. > > > > > > I really need some help to figure this out. Your reply will be highly > > > > appreciated. > > > > > > Thanks!!! > > > > > > The detailed error output is here: > > > > > > - <message priority="info"> > > > > - <![CDATA[ Caused an ERROR > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ Can't load library: /home/acwguibuild/ > > > > web_ui_patriots_nightly_build/gui/web_gui/lib/libswt-pi-gtk-3235.so > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ java.lang.UnsatisfiedLinkError: Can't load library: > /home/ > > > > acwguibuild/web_ui_patriots_nightly_build/gui/web_gui/lib/libswt-pi- > > > > gtk-3235.so > > > > ]]> > > > > </message> > > > > + <message priority="info"> > > > > - <![CDATA[ at java.lang.ClassLoader.loadLibrary(ClassLoader.java: > > > > 1650) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at java.lang.Runtime.load0(Runtime.java:769) > > > > ]]> > > > > </message> > > > > + <message priority="info"> > > > > - <![CDATA[ at java.lang.System.load(System.java:968) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at org.eclipse.swt.internal.Library.loadLibrary > > > > (Library.java:132) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at org.eclipse.swt.internal.Converter.wcsToMbcs > > > > (Converter.java:63) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at org.eclipse.swt.internal.Converter.wcsToMbcs > > > > (Converter.java:54) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at org.eclipse.swt.widgets.Display.<clinit>(Display.java: > > > > 126) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at > com.google.gwt.dev.GWTShell.<clinit>(GWTShell.java:301) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at com.google.gwt.junit.client.GWTTestCase.runTest > > > > (GWTTestCase.java:219) > > > > ]]> > > > > </message> > > > > - <message priority="info"> > > > > - <![CDATA[ at com.google.gwt.junit.client.GWTTestCase.run > > > > (GWTTestCase.java:132) > > > > ]]> > > > > </message>- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
