interface expected errors
843810May 12 2002 — edited Oct 16 2002I keep getting an interface expected error whilst trying to compile a class:
LinkAnalyser.java:6: interface expected here
public class LinkAnalyser implements Analyser {
even though I've checked my classpath to include the right path.
talk about infuriating.