Wednesday, July 24, 2019

Re: Building a GWT project in Eclipse 2019-03+ with Java 11.


Is there currently any way to develop a GWT application in Eclipse without using the GWT SDK?

Sure. Use a build tool of your choice and use the maven dependencies. 

If I remember correctly the GWT plugin for eclipse will pick up the gwt-user/gwt-dev jar from the class path if you have a maven/gradle project in eclipse. Alternatively you can launch GWT SDM / Compiler using Maven/Gradle plugins. Or you use your build tool to download all dependencies and then launch GWT SDM / Compiler using a shell script.

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/6b48f65c-32e0-47b1-956b-fc06f725ac01%40googlegroups.com.

No comments:

Post a Comment