Reputation: 167
I try to use the FindBugs 3.0.0 in my Eclipse Luna.
After installing it it should be available on context menu of my JavaProject and under Window -> Preferences -> Java -> Find Bugs.
But it isn't there.
I tried it with installation from Marktplace, Update Site and downloading the Zip and putting it into my Eclipse installation.
Is there anything else I have to do to make it run?
Greeting Sören
Upvotes: 6
Views: 3515
Reputation: 61
I had the same problem. My eclipse run on JVM 6 and FindBugs didn't work. I switch eclipse to use JVM 7 and this fixed issue. For more info how to switch JVM version that eclipse uses, see this eclipse Wiki
Upvotes: 6
Reputation: 21
My installation of FindBugs 3.0.0 in eclipse luna works fine but I´ve installed the 3.0.0.20140629 version. As a colleague of me, has the same problem hence I am not going to update it :)
Try to install the earlier version (not using the eclipse marketplace), this should fix your issue in the meantime.
Upvotes: 2