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 "
Please Can you tell me at what place I am doing wrong?