Re: GWT doesn't work in eclipse

2011-05-01 Thread Uri Even-Chen
What is GAE and how do I add it?

On Apr 28, 6:53 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com
wrote:
 'com.google.appengine.tools.development.gwt.AppEngineLauncher'
 java.lang.ClassNotFoundException:

 Add GAE to your classpath

 2011/4/28 Uri Even-Chen urievenc...@gmail.com







  I upgraded GWT to the latest version (2.2.0), but I can't run my
  project (created with GWT 2.1.0). I receive this error:

  --- 
  --
  Unable to load server class
  'com.google.appengine.tools.development.gwt.AppEngineLauncher'
  java.lang.ClassNotFoundException:
  com.google.appengine.tools.development.gwt.AppEngineLauncher
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at
  com.google.gwt.dev.DevMode$ArgHandlerServer.setString(DevMode.java:
  111)
         at
  com.google.gwt.util.tools.ArgHandlerString.handle(ArgHandlerString.java:
  26)
         at com.google.gwt.util.tools.ToolBase.processArgs(ToolBase.java:238)
         at
  com.google.gwt.dev.ArgProcessorBase.processArgs(ArgProcessorBase.java:
  29)
         at com.google.gwt.dev.DevMode.main(DevMode.java:303)
  Google Web Toolkit 2.2.0

  --- 
  --

  I don't know which SDK to install, I have a few files calles gwt-
  user.jar . I tried all of them but it doesn't work.

  Thanks,
  Uri Even-Chen.

  --
  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, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT doesn't work in eclipse

2011-05-01 Thread Peter Ondruška
http://code.google.com/appengine/docs/whatisgoogleappengine.html

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT doesn't work in eclipse

2011-05-01 Thread Uri Even-Chen
Thank you. It works.

On May 1, 10:01 am, Peter Ondruška peter.ondru...@gmail.com wrote:
 http://code.google.com/appengine/docs/whatisgoogleappengine.html

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT doesn't work in eclipse

2011-04-28 Thread Uri Even-Chen
I upgraded GWT to the latest version (2.2.0), but I can't run my
project (created with GWT 2.1.0). I receive this error:

-
Unable to load server class
'com.google.appengine.tools.development.gwt.AppEngineLauncher'
java.lang.ClassNotFoundException:
com.google.appengine.tools.development.gwt.AppEngineLauncher
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at com.google.gwt.dev.DevMode$ArgHandlerServer.setString(DevMode.java:
111)
at
com.google.gwt.util.tools.ArgHandlerString.handle(ArgHandlerString.java:
26)
at com.google.gwt.util.tools.ToolBase.processArgs(ToolBase.java:238)
at
com.google.gwt.dev.ArgProcessorBase.processArgs(ArgProcessorBase.java:
29)
at com.google.gwt.dev.DevMode.main(DevMode.java:303)
Google Web Toolkit 2.2.0
-

I don't know which SDK to install, I have a few files calles gwt-
user.jar . I tried all of them but it doesn't work.

Thanks,
Uri Even-Chen.

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT doesn't work in eclipse

2011-04-28 Thread Uri Even-Chen
By the way I forgot, I'm using Eclipse SDK Version: 3.6.2 Build id:
M20110210-1200.

On Apr 28, 5:57 pm, Uri Even-Chen urievenc...@gmail.com wrote:
 I upgraded GWT to the latest version (2.2.0), but I can't run my
 project (created with GWT 2.1.0). I receive this error:

 --- 
 --
 Unable to load server class
 'com.google.appengine.tools.development.gwt.AppEngineLauncher'
 java.lang.ClassNotFoundException:
 com.google.appengine.tools.development.gwt.AppEngineLauncher
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at com.google.gwt.dev.DevMode$ArgHandlerServer.setString(DevMode.java:
 111)
         at
 com.google.gwt.util.tools.ArgHandlerString.handle(ArgHandlerString.java:
 26)
         at com.google.gwt.util.tools.ToolBase.processArgs(ToolBase.java:238)
         at
 com.google.gwt.dev.ArgProcessorBase.processArgs(ArgProcessorBase.java:
 29)
         at com.google.gwt.dev.DevMode.main(DevMode.java:303)
 Google Web Toolkit 2.2.0
 --- 
 --

 I don't know which SDK to install, I have a few files calles gwt-
 user.jar . I tried all of them but it doesn't work.

 Thanks,
 Uri Even-Chen.

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT doesn't work in eclipse

2011-04-28 Thread Juan Pablo Gardella
'com.google.appengine.tools.development.gwt.AppEngineLauncher'
java.lang.ClassNotFoundException:

Add GAE to your classpath

2011/4/28 Uri Even-Chen urievenc...@gmail.com

 I upgraded GWT to the latest version (2.2.0), but I can't run my
 project (created with GWT 2.1.0). I receive this error:


 -
 Unable to load server class
 'com.google.appengine.tools.development.gwt.AppEngineLauncher'
 java.lang.ClassNotFoundException:
 com.google.appengine.tools.development.gwt.AppEngineLauncher
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at
 com.google.gwt.dev.DevMode$ArgHandlerServer.setString(DevMode.java:
 111)
at
 com.google.gwt.util.tools.ArgHandlerString.handle(ArgHandlerString.java:
 26)
at com.google.gwt.util.tools.ToolBase.processArgs(ToolBase.java:238)
at
 com.google.gwt.dev.ArgProcessorBase.processArgs(ArgProcessorBase.java:
 29)
at com.google.gwt.dev.DevMode.main(DevMode.java:303)
 Google Web Toolkit 2.2.0

 -

 I don't know which SDK to install, I have a few files calles gwt-
 user.jar . I tried all of them but it doesn't work.

 Thanks,
 Uri Even-Chen.

 --
 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, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.