Something is amiss with your Eclipse config. It sounds to me like you are running your program as an 'Application' in the launch config (as if this were a plain java app). You need to be running as a 'GWT Application' to run your project in eclipse. When you compile your app with GWT compiler, it is for running the generated javascript in a web brower, not eclipse.
On Fri, Jul 17, 2009 at 7:17 AM, Dalla<[email protected]> wrote: > > Try changing to GWT 1.6.4. > It really shouldn´t matter, but still...... > > I looked at the definition for UnsatisfiedLinkError: > Thrown if the Java Virtual Machine cannot find an appropriate native- > language definition of a method declared native. > > GWT is quite fussy about the package names, > is your class inside the client package or a sub package of client? > > --Dalla > http://date-time.appspot.com/ > > On 17 Juli, 09:50, lumo <[email protected]> wrote: >> > right click on the project -> properties -> google -> web toolkit >> >> yes, there i selected use google web toolkit with specific sdk gwt 1.7.0 - >> but... no clue how to change from gwtcompiler to compiler, to switch from >> deprecated to actual compiler > > > -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
