Zoltan, have you tried deleting your Launch Configurations? You can find these via the Run > Debug Configurations.
After you delete the old one(s) for your project, you can go back to the main Eclipse window, right-click on your project, and choose Debug As > Web Application. jason 2009/12/14 Zoltán Törteli <[email protected]>: > Thank you Sorinel! > > Unfortunately deleting the content of the browser did not solve it (I > have deleted everything except cookies, and passwords). > > I have deleted the Safari plugin earlier, adn when trying to run this > project, it tries to download the plugin and issues the > "F4MUpdateCheck". While all the project settings seam to be the same > with an other - as I Described above, how did I create a running > version of the project..... and of course the project name and access > path had to be changed.... > > As I tried, to delete the project, create a new one with the same name > and copy the sources back. it did not work. > Is it possible that eclipse stores the project lib and other date > other location than .project adn .classpath ? > > Otherwise my app issues an "Invalid memory access of location 0x8 > eip=0x4a8aeb" - if using gwt 2.0 (also I am using gxt 2.1.0 with it) > As a note here, the gxt sample app runs fine with gwt 2.0. So I have > no clue what is the problem.. > > Do you have any further idea? > > Z. > > > On Dec 13, 10:06 pm, Sorinel C <[email protected]> wrote: >> It's simple ... hosted mode uses the default browser of your OS >> (windows ~ IE, linux ~ FF ). >> So, first of all clean up the browser cache ... then launch a full >> rebuild of the project after you change the libraries ... and the >> hosted mode will come back, as you knew it :-) >> >> BTW, better check out why your application doesn't work well with 2.0, >> 'cause it's better to use newest features ... new resources, faster >> loading of the application in development mode than hosted mode, code >> splitting, etc >> >> Cheers, >> Sorinel CRISTESCU > > -- > > 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. > > > -- 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.
