In the Run Configuration dialog, make sure you have selected "Java 
Application" from the list on the left.  Choosing "Web Application" get's 
all those automatic arguments and so it will not work.  You are really 
creating a configuration to run the code server, which is a regular Java 
application, not a web application.

Ed


On Wednesday, July 18, 2012 4:31:40 PM UTC-7, regnoult axel wrote:
>
> Hello,
>
> I am unsuccessfully configurating Super Dev Mode in Eclipse ( Eclipse 
> Java EE IDE for Web Developers, Version: *Indigo *Service Release 2 )....
>
> To be simple, I am just finding the easiest way (maybe it is easier 
> without eclipse ?) to use/configure Super Dev Mode...I know the 
> documentation explain "things", but I am more likely looking for a kind of 
> tutorial for newbies.
>
> First, I go to *Run Configuration* and then I have various 
> questions/problems :
>
> #1 - Should I create the new configuration for a *Web Application* or a *Java 
> Application* ? (because in the following link, it is doing a Java 
> Configuration : 
> http://blog.daniel-kurka.de/2012/07/mgwt-super-dev-mode.html) ?
>
> #2 - I am asuming that I should use a configuration for a web application 
> (like I had with the Normal Dev Mode). So then I do not why Eclipse is 
> always adding the following  (even if I remove them and save the config) :
>
> *-remoteUI* "${gwt_remote_ui_server_port}:${unique_id}" -logLevel INFO *
> -codeServerPort* 9997 -server 
> com.google.appengine.tools.development.gwt.AppEngineLauncher *-war *
> C:\MS\workDir
>
> Is it a bug ?
>
> #3 - Configuring the JRE, I do not know if I should use the *JDK6* or *JDK7 
> ?* If I use JDK6 Eclipse says (I have the same problem with normal dev 
> mode. ) :
> JRE not compatible with workspace .class file compatibility: 1.7
> Which JDK should I use ?
>
> #4 - Is there any mandatory argument to add (such as -workDir or 
> [module]...) ? Because I put this application argument line :
> *
> *
> *-src* C:\MS\src\com* -workDir* C:\MS\workDir *-port* auto *
> com.mananaseguro.MananaSeguro*
>
>  I had many times the following error : Working directory does not exist: 
> com.mananaseguro.MananaSeguro
>
> Thanks a lot for your help.
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/S8j3wk-RTTwJ.
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.

Reply via email to