Changes between Version 493 and Version 494 of WikiStart
- Timestamp:
- 11/08/22 10:57:41 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v493 v494 1176 1176 Before 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. 1177 1177 The 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. 1178 Best follow the [https://github.com/subclipse/subclipse/wiki github instructions]. In short :1178 Best follow the [https://github.com/subclipse/subclipse/wiki github instructions]. In short (Windows users please check on github): 1179 1179 * install SVN 14. 1180 * Install JavaHL with{{{sudo apt-get install libsvn-java}}}1180 * Install JavaHL eg {{{sudo apt-get install libsvn-java}}} 1181 1181 * Figure out where javahl was installed using {{{sudo find / -name libsvnjavahl-1.so}}} 1182 1182 * Edit the eclipse.ini file to point to the javahl library. Typically this means adding one line with {{{-Djava.library.path=/usr/lib/x86_64-linux-gnu/jni/}}} to the eclipse.ini file (which is in the root of your downloaded eclipse folder).