I uninstalled JabRef to try and fix a different issue (.bib files were being created without write access for the owner).
When I re-installed it, starting using icon or direct from .exe fails.
A process called JabRef.exe appears in Task Monitor, but no UI appears.
I downloaded the 64-bit version today, and installed immediately after fresh reboot. (I.e. uninstall, reboot, install).
I tried “java -jar JabRef-4.0.jar -d all” suggested in a similar problem.
I get the stack trace at the bottom of this message.
Any other pointers welcome.
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
at com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory.(TelemetryConfigurationFactory.java:65) ~[JabRef-4.0.jar:?]
at com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory.(TelemetryConfigurationFactory.java:53) ~[JabRef-4.0.jar:?]
at com.microsoft.applicationinsights.TelemetryConfiguration.getActive(TelemetryConfiguration.java:70) ~[JabRef-4.0.jar:?]
at org.jabref.Globals.startTelemetryClient(Globals.java:90) ~[JabRef-4.0.jar:?]
at org.jabref.Globals.startBackgroundTasks(Globals.java:78) ~[JabRef-4.0.jar:?]
at …