5

I'm using Eclipse and was experimenting with WebDriver, DBunit, Maven and the likes. One fine moment I needed to add a Reference Library (right click project > Properties > Java Build Path), and I'm suddenly getting the error "The currently displayed page contains invalid values." :(

Any ideas? I've already re-installed Eclipse and re-instated my workspace but the problem occurred again.

Laf
  • 7,965
  • 4
  • 37
  • 52
Dragonfly
  • 217
  • 1
  • 2
  • 15
  • 1
    There is usually a message in the .log file in the workspace .metadata directory for this. – greg-449 Mar 25 '15 at 15:49
  • 1
    Yes there is thanks! Still clueless what it refers to though. I'm getting this error "!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". java.lang.NoSuchMethodError: org.eclipse.jdt.internal.ui.preferences.BuildPathsPropertyPage.noDefaultButton()V" – Dragonfly Mar 25 '15 at 15:55
  • Possibly a mismatch between plugins versions you have installed. Eclipse Mars is still under development and is only available in pre-release Milestone builds. It may be that something you have installed is not compatible with Mars. – greg-449 Mar 25 '15 at 16:07
  • 1
    If I'm not mistaken, Mars is still under development. I'd recommend you use their last stable release, Eclipse Luna, instead of using the Eclipse version in development. – Laf Mar 25 '15 at 16:08
  • 1
    I was getting same problem and I took latest update. Its worked for me. – Dharmendra Khandelwal Apr 10 '15 at 09:00

2 Answers2

3

I had the same issue. Installing the updates in Eclipse Mars fixed the issue for me.

Swarup Donepudi
  • 984
  • 1
  • 11
  • 23
1

As per comments Mars is under development and dates for release on 24th June 2015. I had no idea and haven't had issues in the past 3 months working on small stuff. To answer my own question though, all I did to solve the issue was go to "Help > Check for Updates" and this seems to have solved this specific issue for the time being. Thanks all!

Dragonfly
  • 217
  • 1
  • 2
  • 15