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

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Mauro
2009/7/31 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. I have a 64bit platform and I don't want to use 32bit. Why ther

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 wrote: > > Hallo. > Sorry for my bad english. > I'm using

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/ co