Re: Problems with gwt plugin and eclipse

2010-09-08 Thread Rajeev Dayal
Thanks for the information. Are you able to look at your build classpath? Can you list out all of the entries on your build classpath for the problematic project? On Tue, Sep 7, 2010 at 4:59 PM, TBirch tjfbi...@bellsouth.net wrote: Hi Rajeev, I have the same error using either eclipse or

Re: Problems with gwt plugin and eclipse

2010-09-08 Thread TBirch
There are four items on the Order and Export Tab and only the first two are marked for export: contacts/src contacts/test GWT SDK GWT - 2.0.4 JRE SYSTEM Library jre6 On Sep 8, 1:07 pm, Rajeev Dayal rda...@google.com wrote: Thanks for the information. Are you able to look at your build

Re: Problems with gwt plugin and eclipse

2010-09-07 Thread TBirch
Hi Rajeev, I have the same error using either eclipse or Springsource Sts with Roo. I am not sure if any of what follows helps but these two sections are from my error log. Thanks, Terry java.lang.ClassCastException: org.eclipse.jdt.internal.core.JavaModel cannot be cast to

Re: Problems with gwt plugin and eclipse

2010-09-06 Thread Rajeev Dayal
Hi, Sorry that I'm late on replying to this thread. TBirch, can you take a look at your Error Log (Window - Show View - Error Log), and see if there is a full stack trace listed for the error that you're describing? There may be some sort of API change that we haven't accounted for in Eclipse

Re: Problems with gwt plugin and eclipse

2010-09-02 Thread TBirch
Alex, Thanks for your help. I've tried everything I can think of. I will just have to continue using an older version of eclipse and the gwt plugin for now as they work okay on both machines. Terry On Sep 1, 9:53 am, AlexG alexander.gauss.ax...@googlemail.com wrote: Hi TBirch, hmmm it really

Re: Problems with gwt plugin and eclipse

2010-09-01 Thread AlexG
Hi TBirch, hmmm it really seems that something is going wrong on your machines. Don´t know why it isn´t working on your machine. If you have everything as 32-Bit-versions, than it should work. Maybe someone else had this problem? Greets Alex On 30 Aug., 15:25, TBirch tjfbi...@bellsouth.net

Re: Problems with gwt plugin and eclipse

2010-08-30 Thread AlexG
Hi TBirch I also had problems, ehwn I get started with GWT. I am using Windows 7 64-Bit. I have the followong Verison installed, and everything works fine: Eclipse Helios 3.6 32-Bit !! Plugins fomr the Eclipse-plugin-install-feature Be sure you have a Java 32-Bit JDK installed, otherwise this

Re: Problems with gwt plugin and eclipse

2010-08-30 Thread TBirch
Hi Alex, Thanks for your suggestion. I will check the on the jdk version on that machine. However, I also have a 32 bit vista machine. This morning on the 32 bit machine I downloaded the helios 3.6 version of eclipse and the 3.6 version of the gwt plugin. When trying to create a standard gwt

Problems with gwt plugin and eclipse

2010-08-29 Thread TBirch
I am running 64 bit windows vista and for some reason I am getting this error: Errors occurred during the build. Errors running builder 'Google Web Toolkit Project Validator' on project 'contacts'. org.eclipse.jdt.internal.core.JavaModel cannot be cast to org.eclipse.jdt.core.IJavaProject I have

problems with GWT plugin for eclipse.

2009-07-31 Thread msan
Hallo. Sorry for my bad english. I'm using eclipse Galileo on a debian linux system AMD64. I've followed the example StoWatcher application to start with GWT but when I run it I receive this error message: Exception in thread main java.lang.UnsatisfiedLinkError: /home/mauro/ eclipse/plugins/

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Rajeev Dayal
You need to use a 32-bit JVM when running GWT. Install a 32-bit JVM, and change your project's JDK to use the 32-bit JVM. In future versions of GWT, it will no longer be necessary to use a 32-bit JVM. On Fri, Jul 31, 2009 at 8:04 AM, msan mrsan...@gmail.com wrote: Hallo. Sorry for my bad

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Mauro
2009/7/31 Rajeev Dayal rda...@google.com: You need to use a 32-bit JVM when running GWT. Install a 32-bit JVM, and change your project's JDK to use the 32-bit JVM. In future versions of GWT, it will no longer be necessary to use a 32-bit JVM. I have a 64bit platform and I don't want to use

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Rajeev Dayal
The current version of GWT can only run with a 32-bit JVM because GWT depends on SWT, and GWT only bundles the 32-bit version of the SWT libraries that it requires. The next version of GWT will support Out-of-process-hosted-mode, which means that you can use a real browser while debugging your GWT