Joined: Mar 05, 2009
Messages: 14

[Post New]posted Today 10:20 AM
Quote Edit [Up]
Hello there
Now a days I am working on a application in which I am using eclipse
3.4 Ganymade version.
In the application I am using GWT 1.7.1.
For using GWT I have downloaded all GWT plugin and put it in to the
eclipse plugins folder.
And also putted the jar files in the my aplication.
But when I run the application It is giving error in console like
this.

java.lang.UnsatisfiedLinkError: Can't load library: E:\NT_WorkSpace
\Client\war\WEB-INF\lib/swt-win32-3235.dll
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
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.SwtHostedModeBase.<clinit>(SwtHostedModeBase.java:
96)
Exception in thread "main"

And a pop up window containing message this :
"Could not find main class.Program will exit "

-- 
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en.

Reply via email to