Changes between Version 492 and Version 493 of WikiStart


Ignore:
Timestamp:
11/08/22 10:56:01 (19 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v492 v493  
    11741174
    11751175== Import all sources in Eclipse
    1176 Getting SVN working in Eclipse is tricky because SVNKit does not work with the newer java that comes with Eclipse because java increased security requirements and SVNKit is now considered unsafe. Therefore you need to work with JavaHL which is complex to get working.
     1176Before Eclipse 2022, Installing Subclipse using the Eclipse marketplace and using the SVNKit worked fine. However Getting SVN working in Eclipse 2022 (and above?) is tricky because SVNKit does not work with the newer java that comes with Eclipse2022 because it contains a newer java with raised security requirements and SVNKit is now considered unsafe. If you try it with SVNKit you will get an error message containing {{{module java.base does not "opens java.lang" to unnamed module}}}. To get around this you need to work with JavaHL which is complex to get working.
    11771177The installation instructions are on [https://github.com/subclipse/subclipse/wiki github]. Do NOT use the Eclipse marketplace because it is installing old code without the required JavaHL 14 adapter.
    11781178Best follow the [https://github.com/subclipse/subclipse/wiki github instructions]. In short: