I checked out a copy of the PRISM repo, and built it with gmake. The build completed successfully.
Then I installed eclipse using brew install eclipse-java.
I started up Eclipse following the instructions here.
The last step was to do "Project > Clean" as instructed:
You probably now want to re-compile PRISM's Java code using Eclipse (select "Project | Clean...") to check that everything is working and to make sure that the code gets compiled with debugging info.
When I did so, though, Eclipse gave me 9,221 errors!
I wonder if there is a simple configuration problem, since the errors I have looked at involve being unable to resolve type references:

I feel confident that this is a stupid error on my part, and apologize in advance.
I checked out a copy of the PRISM repo, and built it with
gmake. The build completed successfully.Then I installed eclipse using
brew install eclipse-java.I started up Eclipse following the instructions here.
The last step was to do "Project > Clean" as instructed:
When I did so, though, Eclipse gave me 9,221 errors!
I wonder if there is a simple configuration problem, since the errors I have looked at involve being unable to resolve type references:

I feel confident that this is a stupid error on my part, and apologize in advance.