Monday, December 16, 2013

Re: Super Dev Mode - Mac 10.9, Eclipse (Kepler), Oracle JDK 1.7.0_45

I would guess your classpath is different as it looks like you have either no or a wrong version of SLF4J on classpath. Or you have two versions of SLF4J on classpath and on your linux host the ordering was different.

Keep in mind that you can only debug SuperDevMode itself in your IDE but not your GWT app. You app is always compiled to JS when using SuperDevMode and you have to debug it inside your browsers Dev tools. So if you do not want to debug SuperDevMode itself you don't need to use a Debug run configuration.

I never configured anything in Eclipse -> Preferences -> Run/Debug -> Launching -> Default Launchers. In fact in my Eclipse this Default Launchers view is empty. You need to go to "Run" -> "Run Configurations..." and then create a run configuration of type "Java Application". 

http://stackoverflow.com/questions/18330001/super-dev-mode-in-gwt/18333050#18333050
http://lumpofcode.blogspot.de/2012/11/configuring-gwt-codeserver-and.html

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment