User Tools

Site Tools


eclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
eclipse [2016/08/05 14:12]
mstraub [Troubleshooting]
eclipse [2018/07/12 10:46]
mstraub [SubClipse]
Line 18: Line 18:
  
 Source: [[http://​blog.vogella.com/​2009/​04/​01/​eclipse-organize-imports-filter]] Source: [[http://​blog.vogella.com/​2009/​04/​01/​eclipse-organize-imports-filter]]
 +
 +===== SVN support =====
 +
 +As of 2018 the subversive project seems to be dead, so we must use subclipse. Install it from the Eclipse Marketplace and then:
 +
 +<code bash>
 +sudo apt install libsvnclientadapter-java
 +</​code>​
 +
 +Specify the folder where ''​libsvnjavahl-1.so''​ is located as library path in ''​eclipse.ini''​ (the line must come directly after ''​-vmargs''​)
 +
 +<​code>​
 +-vmargs
 +-Djava.library.path=/​usr/​lib/​x86_64-linux-gnu/​jni
 +</​code>​
 +
 +see also https://​github.com/​subclipse/​subclipse/​wiki/​JavaHL-on-Linux
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
eclipse.txt ยท Last modified: 2021/07/12 22:27 by mstraub