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: https://github.com/sdbg/sdbg/issues/161 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0bdad62b-d635-42d9-93a3-75681e072c87n%40googlegroups.com.
