I have some GWTTestCase's that run in both hosted and web mode on my
Windows dev laptop. I'd like to also have them run on our build
machine during builds, just like the plain JUnit tests do.
However, the build machine is running Solaris 5.10 on SPARC. I
realize this isn't one of the supported operating systems for hosted
mode. But I was just wondering if there any way to substitute
libraries or whatever so this will work in web mode?
When I just did a quick dumb try on the build machine, the error was:
Can't load library: .../libswt-win32-3235.so
java.lang.UnsatisfiedLinkError: Can't load library: .../libswt-
win32-3235.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1650)
at java.lang.Runtime.load0(Runtime.java:769)
at java.lang.System.load(System.java:968)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:132)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:125)
at com.google.gwt.dev.GWTShell.<clinit>(GWTShell.java:264)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:114)
I couldn't find a library of that name in either the Windows or Linux
distributions of GWT 1.4.2.
Thanks a lot!
Paul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---