I was following a tutorial on another site for the GWT Eclipse plug
in. I followed directions and got this error as a popup box:
Could not find the main class: com.google.gwt.dev.HostedMode. Program
will exit.
On the console, it shows this:
And this is printed to the terminal:
java.lang.UnsatisfiedLinkError: C:\Program Files\eclipse\plugins
\com.google.gwt.eclipse.sdkbundle.win32_1.7.0.v200907131030\gwt-
windows-1.7.0\swt-win32-3235.dll: Can't load IA 32-bit .dll on a AMD
64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
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:82)
Once I click okay, an additional line is printed to the terminal:
Exception in thread "main"
I posted a message on their group, and they told me to check this
group, where a search found nothing.
They say the problem is the cant load message, and it's a bug. So I
was wondering if there is anythign I can do about this?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---