Tried a fresh Eclipse install, and also tried installing the GWT plugin without the Chrome debugger, and then adding the SDBG manually from here https://sdbg.github.io/ with no luck.
Looks like the SDBG died somewhere between my old 2018-12 Eclipse, and 2021-06 Eclipse. Looking at the error: javax/xml/bind/Datatypeconverter not found, it sounds like it's because Eclipse can no longer run on Java 8 (I'm running it on Java 11). Does anyone have Chrome debug in Eclipse still working? Or are there any other plugins that we can use? On Saturday, 7 August 2021 at 2:46:30 pm UTC+10 Craig Mitchell wrote: > I just did a fresh install on a new PC, and the GWT plugin worked fine > with Eclipse 2021-06. > > The only issue I have is when I launch Chrome from Eclipse, Chrome opens > fine, however, I get this error: > [image: error.png] > and I can't debug the browser in Eclipse. Debugging still works fine in > Chrome. > > > On Thursday, 17 June 2021 at 3:22:34 am UTC+10 Jim Douglas wrote: > >> I just updated my Eclipse development environment from 2021-03 to >> 2021-06. The installed GWT Eclipse Plugin (which hasn't been updated since >> 2017) no longer shows up in the menu bar, and it logs a bunch of errors. Is >> anyone (Brandon?) still maintaining it? >> >> >> http://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html >> >> GWT Eclipse Plugin 3.0.0.201710131939 >> com.gwtplugins.eclipse.suite.v3.feature.feature.group GWT Eclipse Plugin >> >> >> org.osgi.framework.BundleException: Could not resolve module: >> com.gwtplugins.gdt.eclipse.core [3649] >> Unresolved requirement: Require-Bundle: >> com.gwtplugins.gdt.eclipse.platform >> -> Bundle-SymbolicName: com.gwtplugins.gdt.eclipse.platform; >> bundle-version="3.0.0.201710131939"; singleton:="true" >> com.gwtplugins.gdt.eclipse.platform [3651] >> No resolution report for the bundle. Bundle was not resolved >> because of a uses constraint violation. >> org.apache.felix.resolver.reason.ReasonException: Uses constraint >> violation. Unable to resolve resource com.gwtplugins.gdt.eclipse.platform >> [osgi.identity; type="osgi.bundle"; version:Version="3.0.0.201710131939"; >> osgi.identity="com.gwtplugins.gdt.eclipse.platform"; singleton:="true"] >> because it is exposed to package 'javax.servlet' from resources >> javax.servlet [osgi.identity; type="osgi.bundle"; >> version:Version="3.0.0.v201112011016"; osgi.identity="javax.servlet"] and >> jakarta.servlet-api [osgi.identity; type="osgi.bundle"; >> version:Version="4.0.0"; osgi.identity="jakarta.servlet-api"] via two >> dependency chains. >> >> Chain 1: >> com.gwtplugins.gdt.eclipse.platform [osgi.identity; type="osgi.bundle"; >> version:Version="3.0.0.201710131939"; >> osgi.identity="com.gwtplugins.gdt.eclipse.platform"; singleton:="true"] >> require: (osgi.wiring.bundle=javax.servlet) >> | >> provide: osgi.wiring.bundle: javax.servlet >> javax.servlet [osgi.identity; type="osgi.bundle"; >> version:Version="3.0.0.v201112011016"; osgi.identity="javax.servlet"] >> >> Chain 2: >> com.gwtplugins.gdt.eclipse.platform [osgi.identity; type="osgi.bundle"; >> version:Version="3.0.0.201710131939"; >> osgi.identity="com.gwtplugins.gdt.eclipse.platform"; singleton:="true"] >> require: (osgi.wiring.bundle=org.eclipse.jetty.servlet) >> | >> provide: osgi.wiring.bundle; bundle-version:Version="10.0.5"; >> osgi.wiring.bundle="org.eclipse.jetty.servlet" >> org.eclipse.jetty.servlet [osgi.identity; type="osgi.bundle"; >> version:Version="10.0.5"; osgi.identity="org.eclipse.jetty.servlet"] >> import: >> (&(osgi.wiring.package=javax.servlet)(&(version>=4.0.0)(!(version>=5.0.0)))) >> | >> export: osgi.wiring.package: javax.servlet >> jakarta.servlet-api [osgi.identity; type="osgi.bundle"; >> version:Version="4.0.0"; osgi.identity="jakarta.servlet-api"] >> at org.eclipse.osgi.container.Module.start(Module.java:463) >> at >> org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1849) >> at >> org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) >> at >> org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1842) >> at >> org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783) >> at >> org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1747) >> at >> org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1669) >> at >> org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) >> at >> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) >> at >> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) >> >> >> -- 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/49bb17be-2903-4237-9b56-8b1ed85e3625n%40googlegroups.com.
