Saturday, September 26, 2020

Re: build sdbg and install in eclipse

Am happy to report installing SDGB built from recent code solves the issue.  Just do a maven build and install in eclipse from the archive which is com.github.sdbg.releng.p2/target/com.github.sdbg.releng.p2-1.0.10.qualifier.zip

On Thursday, September 24, 2020 at 10:18:53 PM UTC+9 Shawn wrote:
Does anyone build their own sdbg and use it in eclipse?  Would it be as easy as building it and installing it in eclipse as an archive or should I expect dependency hell?

The issue I face is when eclipse updated to 2020‑09 R, debugging stopped working with a  NoClassDefFoundError: javax/xml/bind/DatatypeConverter that is related to java 11 I believe.

While I don't have java 11 installed, it seems the update added a package for java 12 support and I don't know but removing that support seems to cause the google appengine server to not start.

Anyway, the DatatypeConverter being related to Java 11 is here:

https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j

And SDGB solving this by adding Java 11 support is here:


Shawn

Note: I'm using Google Cloud Tools for Eclipse 1.8.3 and GWT Eclipse Plugin 3.0.0

--
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/7aa2e726-5050-4575-9a51-43ac6bb98d7dn%40googlegroups.com.

No comments:

Post a Comment