I've written a bare-bones class to call the Web3j ethereum library. I've added the maven dependencies and I think that is ok. I've written one line of code to check that it is working but get a strange error. When I call the static factory method 'build' on the Web3j class, Eclipse displays an error that says 'This static method of interface Web3j can only be accessed as Web3j.build'. I'm not sure what this is trying to tell me.
I've included a screenshot so you can see the method prototype and the error. Thanks to anyone who can help. I'm running Eclipse Mars and Java 1.8.