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 Both sides next revision
eclipse [2016/08/05 14:12]
mstraub [Troubleshooting]
eclipse [2017/08/04 11:27]
mstraub [Troubleshooting]
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]]
 +
 +===== SubClipse =====
 +
 +For *buntu 16.04 and Eclipse Oxygen:
 +
 +<code bash>
 +sudo apt-get 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