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 [2019/04/03 13:01]
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]]
 +
 +===== 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 =====
  
 see [[kubuntu|KDE 5 / Kubuntu Tipps &amp; Tricks]] see [[kubuntu|KDE 5 / Kubuntu Tipps &amp; Tricks]]
 +
 +==== Autocompletion not working properly =====
 +
 +This happens sometimes when upgrading a workspace to a new version of Eclipse (most recently to me when upgrading vom 2018.09 to 2018.12).
 +
 +Window->​Preferences->​Java->​Editor->​Content Assist->​Advanced
 +
 +Now make sure the following are all ticked in the top and bottom sections:
 +
 +  * Java Non-Type Proposals
 +  * Java Proposals
 +  * Java Type Proposals
 +
 +Apply the changes and then close and re-open your project and it will build the autocompletions which will then become available when you hit Ctrl-Space.
 +
 +Source: https://​www.chrisnewland.com/​solved-eclipse-java-autocomplete-not-working-259
  
eclipse.txt ยท Last modified: 2021/07/12 22:27 by mstraub