SVN integration issue on Linux.

Answered

I am having issues with SVN integration on Linux, it was working until recently, when it stopped suddenly and appears to be corrupting the .idea files for the project.

Please see attached:
https://pastebin.com/SLys9sD9

I am running Fedora 28 and SVN 1.11.1

 

Thanks Max.

0
4 comments

The error is

> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

Seems, installation is missing some classes. Looks liek it is corrupted.

Please try doing a clean install, which means extract the fresh zip downloaded from our website to a completely new directory, instead of overwriting existing install.

0

Please switch back to JetBrains Runtime 8 instead of 11, see https://intellij-support.jetbrains.com/hc/articles/206544879.

javax.xml.bind.* is no longer a part of the JDK 11.

0
Avatar
Permanently deleted user

EDIT: Turns out there was a mistake in my IDEA_HOME env var that was causing 8 to not to be picked up, it is all working now, thank you for the help.

 

I currently have the IDEA_HOME env var pointing to java 8, and I need 11 for another application, is there a way to force Idea to use 8?

0

Project SDK is not related to the runtime of the IDE. You can select JDK for the IDE using Switch Boot JDK... action. See https://intellij-support.jetbrains.com/hc/articles/206544879

0

Please sign in to leave a comment.