I am trying to build the source code for jEdit project inside eclipse. In generally it gives a lots of error like as the below screenshot:
However, running the ant build command results in successful build output. I have added ant builder in the project properties and now running the 'Project->build' option results in ant build output which is also successful.
Now, how can I resolve the errors shown in eclipse 'Problems tab'? Shouldn't all dependencies etc be already inside the project as it succeeded the build?