Re: Eclipse 3.5 and GWT Plugin

2009-08-20 Thread Paul Grenyer
Hi > That's not good at all. Can you check out your error log and see if you > notice any problems? To see your error log, go to Window -> Show View -> > Error Log. Sure. I've reverted to 3.4, but i'll give 3.5 another go. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.ma

Re: Eclipse 3.5 and GWT Plugin

2009-08-20 Thread Rajeev Dayal
unge and upgraded to Eclipse 3.5 with the latest > version of the plugin. > > However, when I install it (from the update site) I loose my previous > plugins (subclipse, IvyDE, etc) and there's no sign of the GWT plugin > either, although all of my plugins, including GWT,

Eclipse 3.5 and GWT Plugin

2009-08-19 Thread Paul Grenyer
Hi All I've taken the plunge and upgraded to Eclipse 3.5 with the latest version of the plugin. However, when I install it (from the update site) I loose my previous plugins (subclipse, IvyDE, etc) and there's no sign of the GWT plugin either, although all of my plugins, includin

Re: Database Access Denied: Trying to fetch data from Sybase using GWT plugin in Eclipse

2009-08-01 Thread DuoCentillion
develop the same. > I have made use of GWT plugin and trying to fetch data with RPC > mechanism > > I am able to pass string from server to client and the other way > round, but when I try to fetch data from Sybase using Sun.ODBC.JDBC > driver I am getting access denied error >

Re: XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread twdarkflame
I looked in the classpath tab in eclipse but couldnt see gwt-user.jar or gwt-dev-platform.jarjust the "GWT SDK 1.7.0" (which wasnt expandable) and which I assumed replaced them. I downloaded them anyway, and added them manually, but it didn't remove the error. I do believe all my project mod

Re: XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread Rajeev Dayal
A few questions -Can you post the source of the main module file that you're running? -Can you view your launch configuration, and ensure that all of your project modules that you expect are listed on the GWT tab? -Can you view your launch configuration's classpath? Expand the GWT Classpath conta

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

XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread darkflame
I've started to get lots of XML errors flagging when I try to compile. It seems it cant find the source code for various bits of XML handeling; [ERROR] Line 1486: No source code is available for type com.google.gwt.xml.client.Document; did you forget to inherit a required module? [ERROR] Line 148

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

Database Access Denied: Trying to fetch data from Sybase using GWT plugin in Eclipse

2009-07-31 Thread Rohit B Jain
Hi, I am new to web application development in Java and using Eclipse as IDE to develop the same. I have made use of GWT plugin and trying to fetch data with RPC mechanism I am able to pass string from server to client and the other way round, but when I try to fetch data from Sybase using

Re: eclipse, gwt plugin and overnight madness

2009-07-23 Thread dk
Ah! that is much simpler. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, se

Re: eclipse, gwt plugin and overnight madness

2009-07-23 Thread Rajeev Dayal
Go to Project Properties -> Google -> Web Toolkit and verify that "Use Google Web Toolkit" is checked, and a valid SDK is selected. On Thu, Jul 23, 2009 at 11:35 AM, dk wrote: > > Hi, > > I have been using gwt 1.6, eclipse (Ganymede), and the gwt eclipse > plug-in under Ubuntu for awhile. This

eclipse, gwt plugin and overnight madness

2009-07-23 Thread dk
Hi, I have been using gwt 1.6, eclipse (Ganymede), and the gwt eclipse plug-in under Ubuntu for awhile. This morning I came in to find that my GWT imports have all gone away and there are a few sun... and javax... imports instead. import javax.swing.event.ChangeEvent; import javax.xml.ws.Respon

Re: Problems creating new WebApplication using Eclipse GWT plugin

2009-07-16 Thread Alex Rudnick
Hey braverju, Which version of Eclipse are you using? There was a thread earlier where some people were having a very similar problem -- maybe you're having the same one? http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/e91e92617ab119c3/f5efabaa59fc7bdc Hopefully we can he

Problems creating new WebApplication using Eclipse GWT plugin

2009-07-16 Thread braverju
Dear friends, I have installed WebApplication plug in to my Eclipse. However, when I try to create a new application I get the error message. Her is what I get in my error log. Thank you. I would appreciate your help so much! !ENTRY org.eclipse.jdt.ui 4 10001 2009-07-16 10:51:06.119 !MESSAGE In

Re: Starter Problem GWT Plugin inside Eclipse 3.4.2

2009-07-13 Thread Rajeev Dayal
wrote: > > Hi@ all, > > am new to both GWT and Eclipse, so forgive me any kind of stupidity. > I've installed both the GWT Plugin and the corresponding SDK correctly > if you ask me, and now want to to the Stockwatcher example from the > Tutorial (http://code.google.com/

Starter Problem GWT Plugin inside Eclipse 3.4.2

2009-07-10 Thread CI-CUBE
Hi@ all, am new to both GWT and Eclipse, so forgive me any kind of stupidity. I've installed both the GWT Plugin and the corresponding SDK correctly if you ask me, and now want to to the Stockwatcher example from the Tutorial (http://code.google.com/intl/de/webtoolkit/tutorials/1.6/ create

Re: Converting gwt project in Windows to Mac with eclipse gwt plugin

2009-07-07 Thread Rajeev Dayal
Hey Eric, See http://code.google.com/eclipse/docs/existingprojects.html Post back on this thread if you have any other questions. Rajeev On Tue, Jun 30, 2009 at 3:35 PM, EricM wrote: > > I am trying to convert a web-application project originally created in > the following environment- >

Converting gwt project in Windows to Mac with eclipse gwt plugin

2009-06-30 Thread EricM
I am trying to convert a web-application project originally created in the following environment- - on a Windows installation of eclipse - using GWT 1.4.62, installed separately from eclipse into the following environment - a mac installation of eclipse - with gwt 1.6.4 installed as

Re: Error installing GWT plugin for Eclipse

2009-06-28 Thread Damien Picard
Hi, Try to re-download the archive. It seems to have a problem with your jar file... Regards, 2009/6/28 Bruce Choi > > I can't the eclipse pligin to instal... i keep getting this error! > > http://i616.photobucket.com/albums/tt248/chukkii_2009/error-1.jpg > > > > -- Damien Picard Open Sourc

Error installing GWT plugin for Eclipse

2009-06-28 Thread Bruce Choi
I can't the eclipse pligin to instal... i keep getting this error! http://i616.photobucket.com/albums/tt248/chukkii_2009/error-1.jpg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To pos

Re: Sudden problem in Nebeans 6.5 + GWT plugin

2009-06-21 Thread Serega.Sheypak
Just remove line: gwt/shell/jvmargs from gwt-impl.xml On 1 июн, 23:20, "serega.shey...@gmail.com" wrote: > I was using GWFT+NB for a long time, but suddenly I got: > > attached JPDA debugger to localhost:tomcat_shared_memory_id > init: > debug-connect-gwt-shell: > java.lang.NoClassDefFoundError

Sudden problem in Nebeans 6.5 + GWT plugin

2009-06-01 Thread serega.shey...@gmail.com
I was using GWFT+NB for a long time, but suddenly I got: attached JPDA debugger to localhost:tomcat_shared_memory_id init: debug-connect-gwt-shell: java.lang.NoClassDefFoundError: ${gwt/shell/jvmargs} Caused by: java.lang.ClassNotFoundException: ${gwt.shell.jvmargs} at java.net.URLClassLo

Quickie - GWT Plugin w/ MyEclipseIDE deployment to Tomcat

2009-04-10 Thread Dean S. Jones
Little tired, took me a bit to figure this out... but it seems to work Create GWT project with GWT Plugin: Test Project->Run As->Web Application, should work fine. Project->MyEclipse->Add Web Project Capabilities... Set Web Root Directory to war uncheck create web.xml unch

Re: Yet another maven-gwt-plugin

2008-12-17 Thread ponthiaux eric
> Arthur Kalmenson > > > > On Tue, Dec 16, 2008 at 3:12 AM, algesten wrote: > > > > > > Hey, > > > > Thought I'd just make a quick note that I've created yet another maven- > > gwt-plugin. This one follows the design principle of &quo

Re: Yet another maven-gwt-plugin

2008-12-16 Thread Arthur Kalmenson
7;ve created yet another maven- > gwt-plugin. This one follows the design principle of "small is > beautiful". It deliberately limits itself to only do "mvn gwt:shell" > and "mvn gwt:compile". > > http://code.google.com/p/maven-gwt-plugin/ > > Desi

Yet another maven-gwt-plugin

2008-12-16 Thread algesten
Hey, Thought I'd just make a quick note that I've created yet another maven- gwt-plugin. This one follows the design principle of "small is beautiful". It deliberately limits itself to only do "mvn gwt:shell" and "mvn gwt:compile". http://code.goog

Using Grails-GWT Plugin cannot import JSON package

2008-11-11 Thread Friendkey
I'm working on a project that uses Grails-GWT plugin. JSON classes are imported: import com.google.gwt.json.client.JSONBoolean; import com.google.gwt.json.client.JSONNumber; import com.google.gwt.json.client.JSONObject; When "grails run-app" is executed, I get er

<    1   2   3   4   5   6