I am using Eclipse in Ubuntu Linux.
For some reason some classes are simply not found, for example Comparator or Arrays.
I have noticed something very strange. When I view the library in Eclipse I can see that most .class files allow you to click on them and it displays a 'C' icon - for example 'Comparators' in the screenshot below. Comparator does not allow this dropdown - could this be part of the problem? The same also goes for Arrays.class and BitSet.class, as you can see.
Why the hell can I not reference Comparator in the IDE??