I am using OpenCV for Java and have installed it according to the tutorial found here. However, in Eclipse, there seems to be no code completion available. Are there any extra steps required for this or is code completion simply not available?
Asked
Active
Viewed 42 times
0
-
1Are you sure you've added the binary jar (and not a source jar) to your project? That's all that should be necessary. – Elliott Frisch May 28 '14 at 21:17
-
In the tutorial above there is no mentioning of any such step being necessary. For Windows, it seems that the binaries are already built and just need to be imported. Am I wrong? – cgf May 29 '14 at 14:59
1 Answers
0
The problem was not OpenCV itself, but rather the fresh Eclipse distribution that I downloaded. Code completion (Ctrl + Space) was not working for anything, not just OpenCV. The solution can be found here: Eclipse/Java code completion not working.