Wednesday, July 24, 2019

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


You can download and use the GWT artifacts published to Maven Central (https://search.maven.org/search?q=g:com.google.gwt) which do not include the offending classes. However you must provide these classes manually then as additional jars on your class path.

On the left side you can scroll through the Maven pom.xml and see a list of all the direct dependencies gwt-dev.jar depends on.

https://search.maven.org/artifact/com.google.gwt/gwt-dev/2.8.2/jar

-- 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/baa0c7f8-dec5-477b-968d-695ce819c121%40googlegroups.com.

No comments:

Post a Comment